Last active
July 23, 2016 14:14
-
-
Save z448/f391a6e865f8889bbcb1 to your computer and use it in GitHub Desktop.
respring
#add to /usr/bin to respring ios from command line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/cycript -p SpringBoard | |
[[SpringBoard sharedApplication] _relaunchSpringBoardNow]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment