This commit is contained in:
2023-03-22 02:57:55 -07:00
parent dcee5c7ff0
commit bcf0feb7da

View File

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