commit
9d53703a66
|
@ -4,5 +4,5 @@ code_file=`pwd`/"$1"
|
|||
shift
|
||||
|
||||
cd $SMALLTALK_PATH
|
||||
$SMALLTALK_PATH/gst "$code_file" "$@"
|
||||
$SMALLTALK_PATH/gst "$code_file" -a "$@"
|
||||
|
||||
|
|
Loading…
Reference in New Issue