Skip to content

Instantly share code, notes, and snippets.

@timonv
Created September 11, 2017 14:35
Show Gist options
  • Save timonv/b8c0143a1c71e8b9de4de7ac204f8d8a to your computer and use it in GitHub Desktop.
Save timonv/b8c0143a1c71e8b9de4de7ac204f8d8a to your computer and use it in GitHub Desktop.
function weather() {
LOC=${1:-Amsterdam}
curl "nl.wttr.in/~$LOC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment