Skip to content

Commit d572084

Browse files
committed
added get_mouse_coordinates.sh
1 parent 10a5d41 commit d572084

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

applescript/get_mouse_coordinates.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
[ -n "${DEBUG:-}" ] && set -x
5+
6+
MouseTools -location

0 commit comments

Comments
 (0)