Created
October 8, 2010 21:30
-
-
Save danro/617603 to your computer and use it in GitHub Desktop.
Bash run-corona-simulator
This file contains hidden or 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/bash | |
osascript -e "tell application \"Terminal\" | |
activate | |
do script \"/Applications/CoronaSDK/simulator $TM_DIRECTORY\" | |
end tell" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment