/git-tutorial-code

Toy shell for git tutorial purposes

Primary LanguageC++Apache License 2.0Apache-2.0

git-tutorial

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

C++

  • Building:

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

    ./lust
    

Python

  • Running:

    cd python
    ./lust.py
    

Maintainers

Ivan Hrabar ( Slavko )