Guest User

Untitled

a guest
Jan 21st, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. C=/${0}
  3. C=${C%/*}
  4. declare -a flags
  5. [[ :${DYLD_INSERT_LIBRARIES}: == */MobileSubstrate.dylib: ]] && flags[${#flags[@]}]=--substrate
  6. exec "${C:-.}"/MobileCydia "${flags[@]}" -- "$@" &>>/tmp/cydia.log
Add Comment
Please, Sign In to add comment