remove old alias tb

This commit is contained in:
creme 2020-09-28 22:48:24 +02:00
parent ab7faf825a
commit 3e21c5e1dd
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ twtxt_mention_url() { curl 'https://twtxt.envs.net/api/plain/mentions?url='"$1"
#
# envs.net
#
alias tb="nc tb.envs.net 9999"
0file() { curl -F"file=@$1" https://envs.sh ; }
0url() { curl -F"url=$1" https://envs.sh ; }
0short() { curl -F"shorten=$1" https://envs.sh ; }