summaryrefslogtreecommitdiff
path: root/Scripts/Screenshotmania.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/Screenshotmania.sh')
-rwxr-xr-xScripts/Screenshotmania.sh7
1 files changed, 7 insertions, 0 deletions
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