Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created May 24, 2014 01:51
Show Gist options
  • Save jhaynie/8c3be4e49144bc873cbe to your computer and use it in GitHub Desktop.
Save jhaynie/8c3be4e49144bc873cbe to your computer and use it in GitHub Desktop.
get the current selected version of Titanium SDK
ti sdk | grep "\[selected\]" | awk '{print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment