Ubuntu – xdotool commands from an array in a bash script
I have a bash script which needs to run several xdotool commands in a sequence. I cannot get the type commands with strings to run properly. It works fine if I type them out manually: #!/bin/bash xdotool type 'git status'…