This commit is contained in:
2023-04-30 22:38:19 -07:00
parent e817c399e0
commit 62fbe4dead

View File

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