test
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
ARGS="$@"
|
||||
|
||||
echo "API KEY: $BUTLER_API_KEY"
|
||||
|
||||
set -o pipefail
|
||||
exec 5>&1
|
||||
OUTPUT=$(bash -c "butler $ARGS" | tee /dev/fd/5)
|
||||
|
||||
Reference in New Issue
Block a user