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