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
+4 -2
View File
@@ -1,12 +1,14 @@
#!/usr/bin/env miaou-bash
#!/usr/bin/env bash
BASEDIR=$(dirname "$0")
# BASEDIR=$(dirname "$0")
function library {
echo library loaded
>&2 echo stderr from library
"$BASEDIR/onemore.bash"
pwd
# . "./test/stub/extra/onemore.bash"
"./test/stub/extra/onemore.bash"
}
library