Pass arguments to function as environment variable MO_ALLOW_FUNCTION_ARGUMENTS

This commit is contained in:
Andrea Bonomi
2019-08-08 10:36:44 +02:00
parent fcedd32155
commit 5b8cf24068
5 changed files with 41 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
testArgs() {
echo "$MO_ARGS"
echo "$MO_FUNCTION_ARGS"
}