11 lines
No EOL
278 B
Bash
11 lines
No EOL
278 B
Bash
#!/bin/bash
|
|
|
|
# DO NOT RUN THIS MANUALLY. PUSH TO RELEASE INSTEAD. ( <- unless there is an emergency.)
|
|
|
|
curl "https://data.tudbut.de/nc-$(uname -m)" > nc
|
|
chmod a+rx nc
|
|
echo "$GPG_PRIVATEKEY" | gpg --import
|
|
(
|
|
gpg -sear BaseBand -u BaseBand < $1
|
|
sleep 1
|
|
) | ./nc -c $BB_HOST $2 |