Skip to content

Instantly share code, notes, and snippets.

@Photonios
Created January 20, 2016 13:17
Show Gist options
  • Save Photonios/23f72d7c07588abf3e03 to your computer and use it in GitHub Desktop.
Save Photonios/23f72d7c07588abf3e03 to your computer and use it in GitHub Desktop.
Pulls next few busses from ctpcj.ro
#!/bin/bash
if [ $# -eq 0 ]; then
echo "Usage: bus [bus line number]"
exit 1
fi
wget -qO- http://ctpcj.ro/orare/csv/orar_$1_lv.csv | cut -d , -f1 | grep --color=never : | grep `date +%H` -A 3 -B 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment