summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbin/scrot-upload3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/scrot-upload b/bin/scrot-upload
new file mode 100755
index 00000000..89faeb64
--- /dev/null
+++ b/bin/scrot-upload
@@ -0,0 +1,3 @@
+#!/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"'