index
:
simpleShell.git
main
Implementation of a bash-like shell written in C
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README.md
blob: 1b8b56e67eaf86cbe56f0e4ed3cc180bbf64842f (
plain
)
1
2
# simpleShell
An example shell, like BASH, as an example of using fork() and exec() with C