Skip to content

comp110/ShiftOverflow

Repository files navigation

ShiftOverflow

ShiftOverflow is a JavaFX application used to for all COMP110 related office hours scheduling

Installation

In order to install this program, you only need to download the .jar file inside this repository. Once downloaded, simply double-click the file to open the application.

Note: Linux

In order to run this application on Linux, you must first change the permissions of the file or run the application from the command line. This can be done by running the following command in the Terminal:

sudo chmod r+x path/to/TAScheduler.jar