Get the current TJHSST bell schedule from the command line.
To install, run:
$ make install
Installation will likely require sudo
.
After installation, run the command:
$ sched
To uninstall, run (also likely requires sudo):
$ make uninstall
The current period, if applicable, is highlighted in red.
This program has dependencies on many GNU/Linux utilities such as curl
, grep
, sed
, and tput
. These are most likely installed, but if not are required for this program to function.
Uses TJHSST Intranet3 (Ion) Web API.