Simple shell that runs most Unix commands with in built git command publish that does git add, git commit and commit at a go and prompt for commit message, also contains inbuilt shell game tic-tac toe
wget -O /bin/exec.zip https://github.com/Ayobami6/simple-shell/blob/master/zip/files.zip?raw=true
unzip /bin/exec.zip -d /bin
hsh
Choose 1 or 2 or 3 to select smart shell options
choose 2 for games
Enter tic-tac for tic-tac game
tic-tac
Using the publish command for git add, commit and push Plublish all changes made to the specific git repo to github remote
publish
Download and install docker on your PC
Watch this Youtube movie to install docker on your machine
Run
docker login
Pull the shell docker image with
docker pull ayobami6/simple-shell
Run the docker image interactively
docker run -it ayobami6/simple-shell:v1.0
or
docker run -it ayobami6/simple-shell
You are welcome to create an issue if there are bugs which most definitely there are, any issue will be appreciated and carefully looked in to. Also, if you want to have your C game(s) included in the shell you can fork and create a pull request by adding your game function inside the games directory and your game will be included with your full name.
V1.1 Features still unknown..