Re: Shell script, anyone?
Re: Shell script, anyone?
- Subject: Re: Shell script, anyone?
- From: Art Isbell <email@hidden>
- Date: Fri, 1 Aug 2003 16:35:15 -1000
On Friday, August 1, 2003, at 03:53 PM, Goodbye Bill wrote:
Thanks for the replies. Let me explain what the end result should be.
I
WOULD LIKE to be able to keep an icon on my doc (or in a folder even)
and be
able to click (or double-click) it to launch the process.
If you make the script file executable (not sure that's possible using
the GUI, but the chmod shell command will do so) and use a "command"
file extension, you can double-click it to execute it. Doing so will
open Terminal window with some fairly confusing output that suggests
(to me, at least) that the shell process has exited, but it seems to
work if you continue.
You'll need to tell it the path to the project to be installed. One
way would be to include an "echo" statement to prompt for input and a
"read" statement to read the input into a shell variable. Maybe others
have some suggestions.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.