A simple POSIX Shell made for a school project at TELECOM Nancy.
Make sure you have gcc, libreadline and make installed, then run :
make teshYou can run Tesh in interactive mode with ./tesh (or with ./tesh -r to use libreadline).
To run a script, you can do
./tesh script.shor
cat script.sh | ./teshor
./tesh < script.sh- Amélie FERSTLER ([email protected])
- Tom GOUVILLE ([email protected])