so I'm totally new to applescript..
basically I want my applescript.app to run a shell script then exit
do shell script "/usr/local/groovy/bin/groovyConsole"
the above script opens groovyConsole just fine, but my applescript.app is still running - I want it to close itself after it runs the shell script....
any help would be great!