pinosaur
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lots of snippets
[dotfiles.git]
/
Scripts
/
mousetrack
1
#!/bin/sh
2
3
while [ 1 ];
4
do
5
xdotool getmouselocation
6
done