Skip to content

Instantly share code, notes, and snippets.

@audy
Last active January 5, 2016 05:49
Show Gist options
  • Save audy/ca89fd14f71c7bb31e6f to your computer and use it in GitHub Desktop.
Save audy/ca89fd14f71c7bb31e6f to your computer and use it in GitHub Desktop.
#!/bin/bash
export PATH='/usr/local/bin:$PATH'
ansiweather -a off -l 'San Francisco' \
| cut -d '>' -f 2 \
| cut -d '-' -f1 \
| awk '{ print $1 $2 }' \
| tr -d 'C'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment