Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42sh: shell 42

v1.0.0

Description

42sh is a command language interpreter that shall execute commands read from a command line string, the standard input, or a specified file.

Authors

Khanh-Nam Le Le-khanh.nam@epita.fr

Johann Lahoud Johann.lahoud@epita.fr

Matthias Brown matthias.brown@epita.fr

Mohamad Al hawari mohamad.al-hawari@epita.fr

How to

Compile

./autogen && ./configure && make

Produces the 42sh executable at the root of the directory.

Run

./42sh [options] [command_string | file]

Run test suite

make check

Produce doxygen documentation

make doc

The index page is located at doc/html/index.html.

Read the man page

man -l doc/42sh.1

About

42sh is a command language interpreter that shall execute commands read from a command line string, the standard input, or a specified file.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages