diff options
author | Julian <julianteule@gmail.com> | 2017-01-24 18:46:34 +0100 |
---|---|---|
committer | Julian <julianteule@gmail.com> | 2017-01-24 18:46:34 +0100 |
commit | c8eb10a6e5a9be31ac703cf9efce6f40817760da (patch) | |
tree | 62bc8a0a46e3f908ef840d867833276ee56416a2 /Scripts/Screenshotmania.sh | |
parent | 076f4801a51216d1d5f4aec9ccfbcf77382fea87 (diff) |
Added more scripts
Diffstat (limited to 'Scripts/Screenshotmania.sh')
-rwxr-xr-x | Scripts/Screenshotmania.sh | 7 |
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 |