diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:05:27 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:05:27 +0800 |
| commit | 0f4b3e995c883dbc504b75156e9ca5e6ebf07db1 (patch) | |
| tree | 58614127663617befbfaea58f3627e2f6eb30084 /alias | |
| parent | f425e159ea353939341bf1615ef2ea4c3c2ee7dc (diff) | |
update
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 |