diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -454,9 +454,12 @@ up() { | |||
454 | curl -F"file=@${1}" http://0x0.st | 454 | curl -F"file=@${1}" http://0x0.st |
455 | #curl -F "file=@${1}" https://api.anonfiles.com/upload | 455 | #curl -F "file=@${1}" https://api.anonfiles.com/upload |
456 | } | 456 | } |
457 | sshup() { | 457 | ssh.up() { |
458 | scp "$1" topo:~/public | 458 | scp "$1" topo:~/public |
459 | } | 459 | } |
460 | ssh.down() { | ||
461 | ssh topo rm ~/public/"$1" | ||
462 | } | ||
460 | short() { | 463 | short() { |
461 | curl -F"shorten=${1}" http://0x0.st | 464 | curl -F"shorten=${1}" http://0x0.st |
462 | } | 465 | } |