This commit is contained in:
2023-03-22 03:03:23 -07:00
parent bcf0feb7da
commit 9f823e0d5a

View File

@@ -1,8 +1,7 @@
#!/bin/sh
WORKDIR=${WORKDIR:-.}
ls -al
cd "$WORKDIR"
ls -al
ARGS="$@"
OUTPUT=$(bash -c "$ARGS")
RESULT=$?