commit 6912db19d20a35661a1837106fe66f0f526ccb05 parent 5bfdf664ad98c14043ef6cbd4aa9ea9ed896ad04 Author: klewer-martin <mk@inspiron.localdomain> Date: Mon, 1 Feb 2021 05:14:08 -0300 Added takescreenshot a simple script that uses scrot to take a picture; Diffstat:
A | takescreenshot | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/takescreenshot b/takescreenshot @@ -0,0 +1,5 @@ +#!/bin/bash + +# Takes a screenshot of the screen and saves it on the folder below + +scrot -e 'mv $f ~/Pictures/screenshots/'