New and confused

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Sat Aug 30 15:58:34 UTC 2003


Ned Konz wrote:

> You can name a script on the command line, as well. It will be invoked 
> at startup time. So you could do something in the script, and then quit 
> Squeak:
> 
> Contents of myScript.st:
> ----
> self beep.
> Smalltalk snapshot: false andQuit: true.
> ----
> 
> and then run Squeak with its name:
> 
> squeak -headless myLittle.image myScript.st

Does not work currently (under unix, at least). It tries to load 
'file://myScript.st' which fails.

-- 
    Bert



More information about the Squeak-dev mailing list