Skip to content

Instantly share code, notes, and snippets.

View RFQED's full-sized avatar
💭
🪨

Will Turner RFQED

💭
🪨
View GitHub Profile
@RFQED
RFQED / weather.sh
Last active August 29, 2015 14:19 — forked from lubosz/weather.sh
#!/bin/sh
DOWNLOAD_DIR=~/Downloads/weather
REGION=txgulf
# make download dir if not available
if [ ! -d "$DOWNLOAD_DIR" ]; then
mkdir -p $DOWNLOAD_DIR
fi