#!/bin/sh ADP_URL="https://www.poznan.pl/mim/wos/atmosfera.html" PM10_CSS_CLASS=".pm_text" curl -sSL "${ADP_URL}" | hq "${PM10_CSS_CLASS}" text | cut -d ':' -f 2