Skip to content

Instantly share code, notes, and snippets.

@zummenix
Created December 25, 2015 12:00
Show Gist options
  • Save zummenix/d5977d03baf41ee6f5e4 to your computer and use it in GitHub Desktop.
Save zummenix/d5977d03baf41ee6f5e4 to your computer and use it in GitHub Desktop.
Repetitive task - remove provisioning profiles from ios device. Using cliclick tool.
echo "Waiting 5 seconds to prepare window. Press Ctrl-C to cancel."
sleep 5
echo "Start"
for i in {1..30}
do
echo "Click: $i"
cliclick c:690,370
cliclick c:505,525
sleep 0.5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment