summary refs log tree commit diff
path: root/bin/scrot-upload
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/scrot-upload3
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"'