Created
January 12, 2018 23:44
-
-
Save anonymous/c97327156b3614b4f23fd99ce0530503 to your computer and use it in GitHub Desktop.
save-blobs.sh
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
#!/bin/sh | |
MODEL="iPhone9,3" | |
ECID="##########" | |
#./tsschecker_macos -d $MODEL -e $ECID -s -i 11.2.2 | |
#./tsschecker_macos -d $MODEL -e $ECID -s -i 11.2.1 | |
#./tsschecker_macos -d $MODEL -e $ECID -s -i 11.2 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 11.1.2 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 11.1.1 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 11.1 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 11.0.3 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 11.0.2 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 11.0.1 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 11.0 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.3.3 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.3.2 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.3.1 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.3 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.2.1 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.2 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.1.1 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.1 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.0.3 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.0.2 | |
./tsschecker_macos -d $MODEL -e $ECID -s -i 10.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment