8 lines
332 B
Bash
Executable File
8 lines
332 B
Bash
Executable File
#!/bin/bash
|
|
# Wrapper for bird CLI with auth tokens
|
|
|
|
export AUTH_TOKEN="3217fbeb327d72d5ec5de116bc84c52cbc6e8f20"
|
|
export CT0="b320ca6eeb4c194c5360d9a8994e9a00fc25079d80bd9561e4f356bea19bd96918b0137c94c77ec4cf73381ec687fd89cc861bec32669a6f806f185790631867f675d08bb7c9bc778a188f25c360ec81"
|
|
|
|
exec /home/johan/.npm-global/bin/bird "$@"
|