Skip to content

Instantly share code, notes, and snippets.

@decodedmrq
Forked from taylorotwell/weather.sh
Created February 19, 2017 11:23
Show Gist options
  • Save decodedmrq/876c34bb551ff087f38c808cbd246d38 to your computer and use it in GitHub Desktop.
Save decodedmrq/876c34bb551ff087f38c808cbd246d38 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