Skip to content

Instantly share code, notes, and snippets.

@rpeshkov
Created March 31, 2020 23:57
Show Gist options
  • Save rpeshkov/330967f744cc1423ce722bfb205369d2 to your computer and use it in GitHub Desktop.
Save rpeshkov/330967f744cc1423ce722bfb205369d2 to your computer and use it in GitHub Desktop.
#!/bin/bash
current_x=$(MouseTools -location | head -1)
echo $current_x
if [ "$current_x" -gt "1920" ]; then
MouseTools -x 1000 -y 200 -leftClick
else
MouseTools -x 2000 -y 200 -leftClick
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment