jos-felipe / minishell

This project is about creating a simple shell.
Apache License 2.0
0 stars 2 forks source link

exit fix #65

Open gfantonib opened 3 weeks ago

gfantonib commented 3 weeks ago

cmd: exit a cmd: exit 1 1 cmd: exit a 1 cmd: exit 9999999999999

jos-felipe commented 2 weeks ago

"If n is specified, but its value is not between 0 and 255 inclusively, the exit status is undefined. from: info exit