Skip to content

Instantly share code, notes, and snippets.

@aquigni
Created August 11, 2020 12:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aquigni/a754723f75049a65ba749b16bc5bde72 to your computer and use it in GitHub Desktop.
Save aquigni/a754723f75049a65ba749b16bc5bde72 to your computer and use it in GitHub Desktop.
Check TestFlight app link for joining availability
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