Skip to content
/ Tesh Public

A simple POSIX Shell made for a school project

License

Notifications You must be signed in to change notification settings

aeyno/Tesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple POSIX Shell made for a school project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published