issues
search
pablo-lamtenzan
/
miniShell
Implementing (most of) Bash from scracth, supports term-caps, expansion, job control and conditionals.
0
stars
0
forks
source link
Exit builtin using negative values
#43
Open
ClemaX
opened
3 years ago
ClemaX
commented
3 years ago
exit -10
should be valid,
exit --10
should not.
exit -10
should be valid,exit --10
should not.