Skip to content

Instantly share code, notes, and snippets.

@tomnagengast
Forked from taylorotwell/weather.sh
Created August 9, 2017 17:36
Show Gist options
  • Save tomnagengast/2f64e74d8b16c9774e2e76e635c3d384 to your computer and use it in GitHub Desktop.
Save tomnagengast/2f64e74d8b16c9774e2e76e635c3d384 to your computer and use it in GitHub Desktop.
Weather CLI
alias weather='curl -s wttr.in | sed -n "1,7p"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment