4 lines
55 B
Bash
Executable file
4 lines
55 B
Bash
Executable file
#!/bin/bash
|
|
xdotool click 3
|
|
sleep 0.01
|
|
xdotool click 4
|