commit 05d92383bf3fd64d5368dbfb61825c8082599310 parent 148eec0a0ab73f4b6c460aa9e7076072641780c8 Author: Dionysis Grigoropoulos <dgrig@erethon.com> Date: Sun, 16 Feb 2020 18:27:28 +0200 bin: Add a scrot wrapper script Diffstat:
bin/screenshot.sh | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/screenshot.sh b/bin/screenshot.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh +for i; do :; done; +scrot -e "mv $i ~/Screenshots/" $@