index
:
scripts.git
master
Miscellaneous scripts and script ideas
ダカマ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scriptlets
/
spacebarspam.sh
blob: 180e9a161bf161e45f9ca03f828f4ffdb1f1ddfc (
plain
)
1
2
3
4
5
6
7
8
#!/bin/bash
while
: ;
do
sleep
0.05
&&
xdotool key
'space'
done