command error

This commit is contained in:
pvincent
2026-07-25 14:34:07 +04:00
parent 1d60766305
commit 98deda9e6c
4 changed files with 10 additions and 8 deletions
+3 -2
View File
@@ -11,11 +11,12 @@ function blabla {
function suite {
command_not_found
echo $nope
grep nope nope
exit
exit 10 # youpi
echo $nope
return 7
return
exit
}
blabla