Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 540 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 540 Bytes

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