Handle some automation on my personal workstation
- clone repo
- add the project's directory path to your
PATHvariable - make the
tobeccifile executable - launch a new terminal session and type
tobecci
you can add your own menu items by
- adding a method to the
Menu.phpfile (added functions are automatically included in the menu) - then write (inside your method) the code to be executed
- the
Command.phpfile already has some helper functions(for running shell commands), feel free to use them

