Created
August 30, 2016 15:45
-
-
Save nablaa/1f9264c8ef1aa53195689570b4e14b6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wobl() { | |
curl -s http://api.basso.fi/v1/upcoming_shows.json \ | |
| jq -r '.[] | .showName,.startTimeText,.endTimeText' \ | |
| paste -d' -' - - - | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment