Tom MTT
7904d4dfc4
web crawlers were creating a shit-ton of pastebins while trying to connect to feuille.
6 lines
149 B
Text
6 lines
149 B
Text
NC="nc"
|
|
BIN="heimdall.pm"
|
|
|
|
alias pst="$NC $BIN 9999"
|
|
alias spst="gpg -cao /tmp/paste.pgp && cat /tmp/paste.pgp | $NC $BIN 9999 && rm /tmp/paste.pgp"
|