Skip to content

Instantly share code, notes, and snippets.

Created January 15, 2018 22:46
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/af316d9b34b158a96ad63d1ad99b73fa to your computer and use it in GitHub Desktop.
Save anonymous/af316d9b34b158a96ad63d1ad99b73fa to your computer and use it in GitHub Desktop.
save-blobs.sh
#!/bin/sh
MODEL="iPhone1,1"
ECID="0123456789"
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")
for VERSION in "${VERSIONS[@]}"
do
./tsschecker_macos -d $MODEL -e $ECID -s -i $VERSION
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment