diff options
Diffstat (limited to 'basics/.local/bin/scrnshot')
| -rwxr-xr-x | basics/.local/bin/scrnshot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basics/.local/bin/scrnshot b/basics/.local/bin/scrnshot new file mode 100755 index 0000000..a2dda76 --- /dev/null +++ b/basics/.local/bin/scrnshot @@ -0,0 +1,5 @@ +#/bin/sh + +# TODO: configure delay, output directory and others + +scrot -s -p -e 'mv $f ~/Desktop/shots && echo "$$HOME/Desktop/shots/$f"' |
