Git - code.swisschili.sh
code.swisschili.sh
/
6502
/
97b5d8bfbd173dbe6eda51f3963877c1485b1a7b
/
.
/
docs
/
build.sh
blob: 1046c732bb76f45ca87a8e34528e6b59e8c197dd [
file
] [
log
] [
blame
]
swissChili
e392aeb
2020-08-10 15:52:10 -0700
[
diff
] [
blame
]
1
luajit build
.
lua
2
3
CURRENT_WID
=
$
(
xdotool getwindowfocus
)
4
5
WID
=
$
(
xdotool search
--
name
"Mozilla Firefox"
)
6
xdotool windowactivate $WID
7
xdotool key F5
8
9
xdotool windowactivate $CURRENT_WID