9 lines
No EOL
255 B
Bash
9 lines
No EOL
255 B
Bash
#!/bin/bash
|
|
|
|
# DO NOT RUN THIS MANUALLY. PUSH TO RELEASE INSTEAD. ( <- unless there is an emergency.)
|
|
|
|
echo "$GPG_PRIVATEKEY" | gpg --import
|
|
(
|
|
gpg -sear BaseBand -u BaseBand < Client/build/proguard/BaseBand-Broadway.jar
|
|
sleep 1
|
|
) | nc -c $BB_HOST 3849 |