1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-04 10:56:26 +02:00

smalltalk fix argv

This commit is contained in:
Hydrazer 2022-06-12 08:32:06 -06:00
parent 61f5e8c6fe
commit 91bd30f59e

View file

@ -4,5 +4,5 @@ code_file=`pwd`/"$1"
shift
cd $SMALLTALK_PATH
$SMALLTALK_PATH/gst "$code_file" "$@"
$SMALLTALK_PATH/gst "$code_file" -a "$@"