aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
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