#!/bin/sh
TCL_LIBRARY=/Library/Frameworks/Tcl.framework/Resources/Scripts/
TK_LIBRARY=/Library/Frameworks/Tk.framework/Resources/Scripts/
SWL_ROOT=/Users/dyb/swl/swl1.0d/lib
SWL_LIBRARY=/Users/dyb/swl/swl1.0d/lib/ppcosx
export TCL_LIBRARY; export TK_LIBRARY; export SWL_LIBRARY; export SWL_ROOT
exec vscheme csv7.4d -b /Users/dyb/swl/swl1.0d/lib/ppcosx/swl.boot $@
