/Tesh

A simple POSIX Shell made for a school project

Primary LanguageCGNU General Public License v3.0GPL-3.0

Tesh

A simple POSIX Shell made for a school project at TELECOM Nancy.

Building

Make sure you have gcc, libreadline and make installed, then run :

make tesh

Usage

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

Authors