Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 391 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 391 Bytes

git-tutorial

Toy shell for git tutorial purposes

Fork this repository, and then clone it by running the following command:

git clone [email protected]:<username>/git-tutorial-code

C++

  • Building:

    cd cpp
    mkdir build
    cd build
    cmake ../
    make
    
  • Running:

    ./lust
    

Python

  • Running:

    cd python
    ./lust.py
    

Maintainers

John Doe