Book: a non-enforcing booking system.
Usage: book COMMAND
Use "book" command to reserve the machine for exclusive use. Please note that this program does not enforce the bookings, it is up to the machine users to behave themselves and respect other users' bookings.
Available options:
--help Show this help text
Available commands:
new Creates a new reservation.
remove Removes an existing reservation.
list List current reservations.
banner Prints a banner useful to inform users (during login)
about current reservations.
v version Prints program version exits.
Do not forget to set BOOK_RESERVATIONS_FILE environment variable with the file name in which reservations will be written. Ensure all users have the right to read and write to this file.