change 0x0 url

This commit is contained in:
cremesk 2019-08-03 22:32:34 +02:00
parent 66efb41235
commit 7b85807be3
Signed by untrusted user who does not match committer: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 3 additions and 3 deletions

View File

@ -20,6 +20,6 @@ alias ll='exa -lahg'
# envs.net
#
alias tb="nc tb.envs.net 9999"
0file() { curl -F"file=@$1" https://0x0.envs.net ; }
0url() { curl -F"url=$1" https://0x0.envs.net ; }
0short() { curl -F"shorten=$1" https://0x0.envs.net ; }
0file() { curl -F"file=@$1" https://envs.sh ; }
0url() { curl -F"url=$1" https://envs.sh ; }
0short() { curl -F"shorten=$1" https://envs.sh ; }