commit ade7773beebdc245c4bf6f05b4cbd359552b5597 parent 488d9c4a5c23bd9761bf770142b38fbafa49aefc Author: pyratebeard <root@pyratebeard.net> Date: Thu, 6 Feb 2020 21:41:14 +0000 quick and easy scrot script Diffstat:
A | bin/bin/capture | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/bin/bin/capture b/bin/bin/capture @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +filename=$1 + +/usr/bin/scrot -s $HOME/tmp/$(date +%Y%m%d)-${filename}.png