add extra/onemore scenario
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user