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, 0 insertions, 7 deletions
diff --git a/Scripts/Screenshotmania.sh b/Scripts/Screenshotmania.sh
deleted file mode 100755
index d2d35bc..0000000
--- a/Scripts/Screenshotmania.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-i="0"
-
-while true;
-do
-scrot "lol$i.png"
-i=$[$i+1]
-done