diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -422,8 +422,11 @@ tt() { | |||
| 422 | 422 | ||
| 423 | # upload with 0x0.st | 423 | # upload with 0x0.st |
| 424 | up() { | 424 | up() { |
| 425 | #curl -F"file=@${1}" http://0x0.st | 425 | curl -F"file=@${1}" http://0x0.st |
| 426 | curl -F "file=@${1}" https://api.anonfiles.com/upload | 426 | #curl -F "file=@${1}" https://api.anonfiles.com/upload |
| 427 | } | ||
| 428 | sshup() { | ||
| 429 | scp "$1" topo:~/public | ||
| 427 | } | 430 | } |
| 428 | short() { | 431 | short() { |
| 429 | curl -F"shorten=${1}" http://0x0.st | 432 | curl -F"shorten=${1}" http://0x0.st |