Skip to content

Instantly share code, notes, and snippets.

@hnq90
Created November 21, 2016 07:17
Show Gist options
  • Select an option

  • Save hnq90/c95abca1825470d5bfe3a09555393f98 to your computer and use it in GitHub Desktop.

Select an option

Save hnq90/c95abca1825470d5bfe3a09555393f98 to your computer and use it in GitHub Desktop.
Weather
function weather() {
local LOCATION=${1-"Hanoi"}
curl wttr.in/$LOCATION
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment