diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 16:39:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 16:39:07 -0300 |
commit | 085671d4b0a91f750e03d6417b92cc50fbb71759 (patch) | |
tree | 55dd3c3b209f5a6db71b394c4f1468f22edaef8a /screenshot | |
parent | 5bdd9f23e44ced48d1c9c2c34a6df6a93101fe71 (diff) | |
download | scripts-085671d4b0a91f750e03d6417b92cc50fbb71759.tar.gz scripts-085671d4b0a91f750e03d6417b92cc50fbb71759.tar.bz2 |
Adds screenshot wrapper
Diffstat (limited to 'screenshot')
-rwxr-xr-x | screenshot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/screenshot b/screenshot new file mode 100755 index 0000000..c9e46be --- /dev/null +++ b/screenshot @@ -0,0 +1,5 @@ +#!/bin/sh +# +# Wrapper around scrot + +scrot '%Y-%m-%d-%H:%M:%S_$wx$h.png' -e 'mv $f ~/load/' |