Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

philectron/smallsh

Repository files navigation

smallsh

Compiling

While in this directory, compile the program by running

make

To delete all object files and executables so that the directory is "clean" for a recompile, run

make clean

And then run make again.

Running

After compiling the program, run

./smallsh

to start smallsh. To stop the shell, simply execute exit in the prompt.

About

A small shell based on Bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published