#!/bin/sh
# GenerateCedarScript
# Copyright (C) 1990 by Xerox Corporation.  All rights reserved.
# Michael Plass, January 27, 1993 2:44:08 pm PST
# Hans-J. Boehm, April 20, 1990 5:27:11 pm PDT
# 
# GenerateCedarScript script=newscriptname key=value ...
#	key     	default
#	---     	-------
#	vp      	2
#	slaveiop 	1
#	striop   	1
#	stdiop   	2
#	thread   	85
#	mem     	262144
#	stack     	65536
#	tmp      	/tmp
#	h        	4000000
#	xrhome  	/pseudo/xrhome
#	world   	/project/cedar10.1/release
#	pcrver   	INSTALLED
#	verbose		8     (must be >= 12 for gc messages)
#	pcrname 	BIN/Threads-sparc/PortableCommonRuntime
#  shmtype  sv
#	opt      	no
#	pcropt		'' (set to 'Opt' by opt=yes)
#	cedaropt	'' (set to '' by opt=yes)
#	bindir  	  dir to copy bin files to (default => do not copy)
#	flat		no (yes => get packages relative to current working directory)
#
env - world=/project/cedar10.1/release $* PATH=`/usr/ucb/which $0`-Aux:/usr/bin worker