Re: Stupid Start-up Question
Jonathan Bachrach <[email protected]> Mon, 20 Oct 2003 16:47:25 -0400
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <[email protected]> |
you can use pipes/redirection from your shell script for this: goo < test.goo jonathan On Monday, October 20, 2003, at 03:00 PM, Brent Fulgham wrote: > Can 'goo' be invoked in a batch mode, where you can tell it to execute > a goo script, then terminate? > > Example: > > =================test.goo================================ > (df hello () (writeln out "Hello, World.")) > (hello) > ========================================================= > > #> goo -e hello.goo > Hello, World. > #> > > Thanks, > > -Brent > >