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
/
Makefile
blob: 120ce9d5da6dff0ffb32906e97be6e4ed4855309 (
plain
)
1
2
3
4
5
./shell
:
shell
.
c
gcc
shell.c
-o
./shell
clean
:
rm
-f
./shell