aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-03-02 09:05:27 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-03-02 09:05:27 +0800
commit0f4b3e995c883dbc504b75156e9ca5e6ebf07db1 (patch)
tree58614127663617befbfaea58f3627e2f6eb30084 /alias
parentf425e159ea353939341bf1615ef2ea4c3c2ee7dc (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias7
1 files changed, 5 insertions, 2 deletions
diff --git a/alias b/alias
index a4ce0b3..50f994f 100644
--- a/alias
+++ b/alias
@@ -422,8 +422,11 @@ tt() {
422 422
423# upload with 0x0.st 423# upload with 0x0.st
424up() { 424up() {
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}
428sshup() {
429 scp "$1" topo:~/public
427} 430}
428short() { 431short() {
429 curl -F"shorten=${1}" http://0x0.st 432 curl -F"shorten=${1}" http://0x0.st