not yet children

This commit is contained in:
pvincent
2026-07-30 11:10:28 +04:00
parent 10ae8fef2d
commit b989cc012c
3 changed files with 49 additions and 30 deletions
+7 -17
View File
@@ -1,22 +1,12 @@
#!/usr/bin/env miaou-bash
#!/usr/bin/env bash
function blabla {
echo IN blabla OUT
>&2 echo stderr from utility
# . lib/not_found_again.bash
# lib/not_found_again.bash
suite
BASEDIR=$(dirname "$0")
function library {
echo library loaded
>&2 echo stderr from library
"$BASEDIR/onemore.bash"
}
function suite {
command_not_found
grep nope nope
exit
exit 10 # youpi
echo $nope
return 7
return
}
blabla
library