Skip to content

Instantly share code, notes, and snippets.

@kefzce
Forked from taylorotwell/weather.sh
Created September 9, 2017 23:02
Show Gist options
  • Save kefzce/8d3f71592bb8ec7862327f30aeb93259 to your computer and use it in GitHub Desktop.
Save kefzce/8d3f71592bb8ec7862327f30aeb93259 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