index
:
dots
legacy_dwm
main
master
wayland
Configurations files
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Scripts
/
Screenshotmania.sh
blob: d2d35bcecdc2d541fb747d35407f2e26b60eda13 (
plain
)
1
2
3
4
5
6
7
i
=
"0"
while
true
;
do
scrot
"lol
$i
.png"
i
=
$
[
$i
+1
]
done