diff options
Diffstat (limited to 'slowTool')
| -rwxr-xr-x | slowTool | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slowTool b/slowTool new file mode 100755 index 0000000..937f50d --- /dev/null +++ b/slowTool @@ -0,0 +1,4 @@ +#!/bin/bash + +TMP=$(date +%F-%T) +maim | convert - ~/Pictures/Screenshots/$TMP.png && gimp ~/Pictures/Screenshots/$TMP.png |
