Skip to content

Instantly share code, notes, and snippets.

@takamii
Created August 19, 2011 14:02
Show Gist options
  • Save takamii/1156857 to your computer and use it in GitHub Desktop.
Save takamii/1156857 to your computer and use it in GitHub Desktop.
コマンドラインから強制respringしたい場合のコマンド。 for iOS
#!/bin/sh
killall -9 SpringBoard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment