Created
August 11, 2020 12:10
-
-
Save aquigni/a754723f75049a65ba749b16bc5bde72 to your computer and use it in GitHub Desktop.
Check TestFlight app link for joining availability
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
if [ `curl -s https://testflight.apple.com/join/7lt2tesn | grep -q "tap the link on your iPhone or iPad after you install TestFlight."` ]; then | |
echo "OK"; | |
else | |
echo "NOT OK"; | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment