Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 440 Bytes

schedule

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)