index
:
scripts.git
lastx11
master
A collection of scripts I have written, with the hope that someone may find them useful.
ZachIR
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
infloop
blob: 5016117125c4365146fb273a4f0ab9fae776fe31 (
plain
)
1
2
3
4
5
6
#!/sbin/sh while true; do echo "" > /dev/null sleep 1111 done