get the current TJ bell schedule from the command line
Run with the command $ go run sched.go
To see the order of days in the week, run $ go run sched.go week
Wouldn't have thought of the whole Makefile thing without Alex Wang (mabotkin on GitHub).
Installation: run $ make install
(you may have to run as root)
Removal: run $ make uninstall
(you may have to run as root)