summaryrefslogtreecommitdiff
path: root/Scripts/Screenshotmania.sh
diff options
context:
space:
mode:
authorJulian Teu <julianteule@gmail.com>2018-04-10 18:07:28 +0200
committerJulian Teu <julianteule@gmail.com>2018-04-10 18:07:28 +0200
commit3e00fc23117a6fbb91d5ca09602f8006c3f2365a (patch)
tree4e3f2288424a5c09e9815eff04719f620cd7b321 /Scripts/Screenshotmania.sh
parenta3443fca6351cbe9ecbbe29a32e358f7534a92a6 (diff)
Cleanup
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