diff options
Diffstat (limited to '.zshrc-linux')
-rw-r--r-- | .zshrc-linux | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshrc-linux b/.zshrc-linux index 6e295a4..bf95ebe 100644 --- a/.zshrc-linux +++ b/.zshrc-linux @@ -60,9 +60,10 @@ scap() { # quickly send a file to hosted tmp dir send() { - if [ "$1" ]; then + if [[ "$1" ]]; then scp $@ shmibbles.me:http/tmp/ - if [ $? -eq 0 ]; then + ssh shmibbles.me "cd http/tmp; chmod o+r '$@'" + if [[ $? -eq 0 ]]; then for name in "$@" do name=$(echo "http://shmibbles.me/tmp/$(basename $name)"\ |