I DETECTED IT ON THE WRONG NETCAT...
This commit is contained in:
parent
a772adc2f4
commit
6886c4fc80
4 changed files with 6 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
1717893526
|
1717894374
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1717893526
|
1717894374
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1717893526
|
1717894374
|
||||||
|
|
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
# DO NOT RUN THIS MANUALLY. PUSH TO RELEASE INSTEAD. ( <- unless there is an emergency.)
|
# DO NOT RUN THIS MANUALLY. PUSH TO RELEASE INSTEAD. ( <- unless there is an emergency.)
|
||||||
|
|
||||||
# detect nc operation for closing on EOF
|
|
||||||
NCOP="$(nc -h 2>&1 | grep EOF | sed -E "s/.*\W(-.).*/\1/g" | head -n1)"
|
|
||||||
|
|
||||||
curl "https://data.tudbut.de/nc-$(uname -m)" > nc
|
curl "https://data.tudbut.de/nc-$(uname -m)" > nc
|
||||||
chmod a+rx nc
|
chmod a+rx nc
|
||||||
|
# detect nc operation for closing on EOF
|
||||||
|
NCOP="$(./nc -h 2>&1 | grep EOF | sed -E "s/.*\W(-.).*/\1/g" | head -n1)"
|
||||||
|
|
||||||
echo "$GPG_PRIVATEKEY" | gpg --import
|
echo "$GPG_PRIVATEKEY" | gpg --import
|
||||||
(
|
(
|
||||||
gpg -sear BaseBand -u BaseBand < $1
|
gpg -sear BaseBand -u BaseBand < $1
|
||||||
|
|
Loading…
Add table
Reference in a new issue