Skip to content

Instantly share code, notes, and snippets.

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