aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-10-10 23:47:15 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-10-10 23:47:15 +0800
commit6bdea812676fa5c9f6425b24c663ca2aeec522cc (patch)
treec8e08b74428a6ddd02aa2ffa75fbb23bfdac4f83 /alias
parent64a5914eae8c987739460ffafc79822dfb05b8ed (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias3
1 files changed, 2 insertions, 1 deletions
diff --git a/alias b/alias
index 832f26e..c708a72 100644
--- a/alias
+++ b/alias
@@ -378,7 +378,8 @@ tt() {
378 378
379# upload with 0x0.st 379# upload with 0x0.st
380up() { 380up() {
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}
383short() { 384short() {
384 curl -F"shorten=${1}" http://0x0.st 385 curl -F"shorten=${1}" http://0x0.st