test
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user