RE: Stupid Start-up Question
"Brent Fulgham" <[email protected]> Mon, 20 Oct 2003 12:00:31 -0700
| Newsgroups | gmane.comp.lang.goo.general |
|---|---|
| Message-ID | <BE6EE24E3C118B4CAF54769CDA66F3610282EB29@ivory.corp.xpsystems.com> |
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