Guest User

Untitled

a guest
Feb 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #!/bin/sh
  2. MODEL="iPhone1,1"
  3. ECID="0123456789"
  4. declare -a VERSIONS=("8.4.1" "8.4" "8.3" "8.2" "8.1.3" "8.1.2" "8.1.1" "8.1" "8.0.2" "8.0.1" "8.0" "11.2.2" "11.2.1" "11.2" "11.1.2" "11.1.1" "11.1" "11.0.3" "11.0.2" "11.0.1" "11.0" "10.3.3" "10.3.2" "10.3.1" "10.3" "10.2.1" "10.2" "10.1.1" "10.1" "10.0.3" "10.0.2" "10.0.1"
  5. )
  6. for VERSION in "${VERSIONS[@]}"
  7. do
  8. ./tsschecker_macos -d $MODEL -e $ECID -s -i $VERSION
  9. done
Add Comment
Please, Sign In to add comment