Skip to content

Instantly share code, notes, and snippets.

@jkeam
Created December 21, 2016 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkeam/4231a78a778a985210604e7089e7914f to your computer and use it in GitHub Desktop.
Save jkeam/4231a78a778a985210604e7089e7914f to your computer and use it in GitHub Desktop.
#!/bin/bash
# I live in Arlington so default it there :)
value=${1:-22209}
curl -4 http://wttr.in/$value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment