feat: miscellaneaous files
This commit is contained in:
parent
4c6a60f7c0
commit
ae31b046ae
1 changed files with 5 additions and 0 deletions
5
misc/aliases
Normal file
5
misc/aliases
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
NC="nc"
|
||||||
|
BIN="heimdall.pm"
|
||||||
|
|
||||||
|
alias pst="$NC $BIN 8888"
|
||||||
|
alias spst="gpg -cao /tmp/paste.pgp && cat /tmp/paste.pgp | $NC $BIN 8888 && rm /tmp/paste.pgp"
|
Reference in a new issue