This commit is contained in:
2023-04-30 22:35:10 -07:00
parent 911e9f4334
commit e817c399e0

View File

@@ -1,6 +1,8 @@
#!/bin/bash #!/bin/bash
ARGS="$@" ARGS="$@"
echo "API KEY: $BUTLER_API_KEY"
set -o pipefail set -o pipefail
exec 5>&1 exec 5>&1
OUTPUT=$(bash -c "butler $ARGS" | tee /dev/fd/5) OUTPUT=$(bash -c "butler $ARGS" | tee /dev/fd/5)