diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -378,7 +378,8 @@ tt() { | |||
378 | 378 | ||
379 | # upload with 0x0.st | 379 | # upload with 0x0.st |
380 | up() { | 380 | up() { |
381 | curl -F"file=@${1}" http://0x0.st | 381 | #curl -F"file=@${1}" http://0x0.st |
382 | curl -F "file=@${1}" https://api.anonfiles.com/upload | ||
382 | } | 383 | } |
383 | short() { | 384 | short() { |
384 | curl -F"shorten=${1}" http://0x0.st | 385 | curl -F"shorten=${1}" http://0x0.st |