Skip to content

Instantly share code, notes, and snippets.

@moxuse
Created September 18, 2014 06:07
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 moxuse/6e319891fa08bd24f8dd to your computer and use it in GitHub Desktop.
Save moxuse/6e319891fa08bd24f8dd to your computer and use it in GitHub Desktop.
cupertino expect download
dc ${WORKSPACE}
/usr/bin/expect -c "
set timeout 5
spawn ios profiles:download --type <type of profile> \"<your profile name>\"
expect (Select a team:*)
send \"1\n\"
expect .*
send \"exit\"
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment