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