[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stupid Start-up Question



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
>
>