diff options
author | June McEnroe <june@causal.agency> | 2014-10-14 01:02:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-10-14 01:02:44 -0400 |
commit | 7b5e2fa9c2e6a97e41a110b3e9758cca12b1d84d (patch) | |
tree | 627a5af327931fb94b5d4d152f706978384543a5 /bin/scrot-upload | |
parent | Remove backup option from vimrc (diff) | |
download | src-7b5e2fa9c2e6a97e41a110b3e9758cca12b1d84d.tar.gz src-7b5e2fa9c2e6a97e41a110b3e9758cca12b1d84d.zip |
Remove bin
Diffstat (limited to '')
-rwxr-xr-x | bin/scrot-upload | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/scrot-upload b/bin/scrot-upload deleted file mode 100755 index 89faeb64..00000000 --- a/bin/scrot-upload +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -scrot $@ -e 'scp -q $f ec2.cmcenroe.me:www/ss; mv $f ~/Pictures/screenshots; echo -n "http://ec2.cmcenroe.me/ss/$n" | xclip -selection clipboard; notify-send -i up "Screenshot uploaded" "$n"' |