add extra/onemore scenario

This commit is contained in:
pvincent
2026-07-30 11:41:55 +04:00
parent 522d8790cc
commit 71e257a43b
3 changed files with 26 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env miaou-bash
#!/usr/bin/env bash
function onemore {
echo onemore loaded
>&2 echo stderr from onemore
do_next
}
function do_next {
echo do_next
command_not_found
grep nope nope
exit
exit 10 # youpi
echo $nope
return 7
return
}
onemore