Skip to content

Instantly share code, notes, and snippets.

@danro
Created October 8, 2010 21:30
Show Gist options
  • Save danro/617603 to your computer and use it in GitHub Desktop.
Save danro/617603 to your computer and use it in GitHub Desktop.
Bash run-corona-simulator
#!/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