Skip to content

Instantly share code, notes, and snippets.

@gaborbata
Last active January 12, 2022 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaborbata/cec923ec6dd76183a49266049196377a to your computer and use it in GitHub Desktop.
Save gaborbata/cec923ec6dd76183a49266049196377a to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in {1..1000}
do
echo 'tell application "System Events" to key code 113 using shift down' | osascript
echo "$i / 1000"
sleep 30
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment