From c8eb10a6e5a9be31ac703cf9efce6f40817760da Mon Sep 17 00:00:00 2001 From: Julian Date: Tue, 24 Jan 2017 18:46:34 +0100 Subject: Added more scripts --- Scripts/Screenshotmania.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 Scripts/Screenshotmania.sh (limited to 'Scripts/Screenshotmania.sh') diff --git a/Scripts/Screenshotmania.sh b/Scripts/Screenshotmania.sh new file mode 100755 index 0000000..d2d35bc --- /dev/null +++ b/Scripts/Screenshotmania.sh @@ -0,0 +1,7 @@ +i="0" + +while true; +do +scrot "lol$i.png" +i=$[$i+1] +done -- cgit v1.2.3