diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-10 23:47:15 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-10 23:47:15 +0800 |
| commit | 6bdea812676fa5c9f6425b24c663ca2aeec522cc (patch) | |
| tree | c8e08b74428a6ddd02aa2ffa75fbb23bfdac4f83 /alias | |
| parent | 64a5914eae8c987739460ffafc79822dfb05b8ed (diff) | |
update
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 |