From d2754512c34a19dad7e489b97fd80bf0bd634089 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 8 Aug 2010 22:46:49 +0200 Subject: add some crap Signed-off-by: Florian Pritz --- upshot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 upshot (limited to 'upshot') diff --git a/upshot b/upshot new file mode 100755 index 0000000..066baed --- /dev/null +++ b/upshot @@ -0,0 +1,5 @@ +#!/bin/sh +file=$(scrot -s -e 'echo $f') +#gimp "$file" +fb "$file" +rm "$file" -- cgit v1.2.3-24-g4f1b