dotfiles

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

weather (65B)


      1 #!/usr/bin/env bash
      2 curl -s v2.wttr.in/${1:-amsterdam} | less -R