https://github.com/vicentebolea/msh
💻💻💻 ---> MINISHELL: A simple C shell
https://github.com/vicentebolea/msh
linux shell simple small tidy tiny
Last synced: about 2 months ago
JSON representation
💻💻💻 ---> MINISHELL: A simple C shell
- Host: GitHub
- URL: https://github.com/vicentebolea/msh
- Owner: vicentebolea
- Created: 2016-12-14T08:41:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-18T16:32:50.000Z (over 9 years ago)
- Last Synced: 2025-03-05T01:44:54.866Z (over 1 year ago)
- Topics: linux, shell, simple, small, tidy, tiny
- Language: C
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Files:
Makefile # Compiles your shell program and runs the tests
README # This file
tsh.c # The shell program that you will write and hand in
tshref # The reference shell binary.
# The remaining files are used to test your shell
sdriver.pl # The trace-driven shell driver
trace*.txt # The 10 trace files that control the shell driver
tshref.out # Example output of the reference shell on all 10 traces
# Little C programs that are called by the trace files
myspin.c # Takes argument and spins for seconds
mysplit.c # Forks a child that spins for seconds
mystop.c # Spins for seconds and sends SIGTSTP to itself
myint.c # Spins for seconds and sends SIGINT to itself