-
-
Save ajorpheus/e30a916fc8e01baa65e68c82c710c5d6 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