dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

chmu (163B)


      1 #!/bin/sh
      2 # Get the latest forecast from CHMU
      3 curl -sL 'https://www.chmi.cz/files/portal/docs/meteo/om/predpovedi/CR/p_CR.html' \
      4   | pup 'pre text{}' \
      5   | $PAGER