diff options
Diffstat (limited to 'scripts/sScreenshot')
-rwxr-xr-x | scripts/sScreenshot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/sScreenshot b/scripts/sScreenshot new file mode 100755 index 0000000..33fda01 --- /dev/null +++ b/scripts/sScreenshot @@ -0,0 +1,7 @@ +#!/bin/sh + +# Wrapper script for screenshots + +[ -d ~/Pictures/screenshots ] || mkdir -p ~/Pictures/screenshots + +maim ~/Pictures/screenshots/$(date +%s).png |