8 lines
101 B
Bash
8 lines
101 B
Bash
#!/bin/bash
|
|
|
|
sleep 30
|
|
|
|
firefox --kiosk --new-window http://localhost:8080
|
|
|
|
xte 'mousemove 3840 2160'
|