Toy shell for git tutorial purposes
Fork this repository, and then clone it by running the following command:
git clone git@github.com:<username>/git-tutorial-code
-
Building:
cd cpp mkdir build cd build cmake ../ make
-
Running:
./lust
-
Running:
cd python ./lust.py
John Doe