I ibanex23 Registered Dec 6, 2006 #1 Hey everyone, Would anyone know how to enable a shell script to be double clicked on then run yet without opening terminal? Thanks, Erik
Hey everyone, Would anyone know how to enable a shell script to be double clicked on then run yet without opening terminal? Thanks, Erik
E Ehdrian Registered Dec 7, 2006 #2 I think there is a wrapper app you can use called "Platypus". I don't know how to use it, but you might find something in Google. I had a similar problem: http://macosx.com/forums/unix-x11/288667-gui-fights-kernel.html#post1387237
I think there is a wrapper app you can use called "Platypus". I don't know how to use it, but you might find something in Google. I had a similar problem: http://macosx.com/forums/unix-x11/288667-gui-fights-kernel.html#post1387237
M mickey79 True Defiance Dec 21, 2006 #3 You can create an AppleScript that can run a shell script without opening the Terminal. The AppleScript can be compiled as a 'clickable' .app executable. example: do shell script "shell script here"
You can create an AppleScript that can run a shell script without opening the Terminal. The AppleScript can be compiled as a 'clickable' .app executable. example: do shell script "shell script here"
g/re/p I can haz cigar? Dec 21, 2006 #4 Use Script Editor (Applications/AppleScript/Script Editor) to write the script, compile it, and save it to the desktop. When you double-click the file icon, the script will run. (aaaabra cadaaaabra!!!!)
Use Script Editor (Applications/AppleScript/Script Editor) to write the script, compile it, and save it to the desktop. When you double-click the file icon, the script will run. (aaaabra cadaaaabra!!!!)
I ibanex23 Registered Dec 22, 2006 #5 mickey: that worked great yet I have a few scripts that ask me simple yes/no questions, is there any possible way to grab that input?
mickey: that worked great yet I have a few scripts that ask me simple yes/no questions, is there any possible way to grab that input?