Skip to content

Instantly share code, notes, and snippets.

@arthurpizza
Created April 21, 2015 20:28
Show Gist options
  • Save arthurpizza/6734addef9cd21920724 to your computer and use it in GitHub Desktop.
Save arthurpizza/6734addef9cd21920724 to your computer and use it in GitHub Desktop.
weather
#! /bin/sh
curl -s http://weather.noaa.gov/pub/data/observations/metar/decoded/KLGB.TXT
@arthurpizza
Copy link
Author

This small shell script will load the weather for Long Beach, California.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment