start script

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

start script

NorbertHartl
Hi,

I did a little start script for my spoon. It starts
the memory image (spoon) and another squeak image
to work with.

I'll attach it just in case somebody is interested in.
The archive contains three files:

spoon.sh      the start script
bootstrap.sh  is a symlink to spoon.sh
bootstrap.st  three lines bootstrapping the working image

The script always starts the spoon image in the background
and another image in the foreground. If you stop the fore-
ground image the spoon image is also stopped.

Invoked as bootstrap.sh the script invokes the bootstrap.st
init script. This loads the naiad.st code and loads the
naiad.pr project.

The script is invoked as:

- if you have both, a squeak 3.9 final image and the spoon
  installation in the current directory

#> sh bootstrap.sh Squeak3.9-final-7067

If your spoon installation is somewhere else just give the path as
a second argument to the script.

Any feedback is welcomed.

Norbert

_______________________________________________
Spoon mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/spoon

spoon-script.tar.gz (1K) Download Attachment