Skip to content

Instantly share code, notes, and snippets.

@nablaa
Created August 30, 2016 15:45
Show Gist options
  • Save nablaa/1f9264c8ef1aa53195689570b4e14b6b to your computer and use it in GitHub Desktop.
Save nablaa/1f9264c8ef1aa53195689570b4e14b6b to your computer and use it in GitHub Desktop.
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