rishtik/README.md

10 lines
354 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tp-shell
## Compilation
Il suffit de faire `make shellOpt` pour compiler le fichier `shellOpt.c`.
## Utilisation
Lancez le shell avec `./shellOpt`. Il ne comprend que les commandes avec des arguments et des pipes simples (comme `ls | wc -l`). À partir de 2 pipes, le programme plante et tourne en boucle. Il faut alors larrêter avec `Ctrl+C`.