mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
8 lines
110 B
Bash
8 lines
110 B
Bash
#!/usr/bin/env bash
|
|
|
|
code_file=`pwd`/"$1"
|
|
shift
|
|
|
|
cd $SMALLTALK_PATH
|
|
$SMALLTALK_PATH/gst "$code_file" -a "$@"
|
|
|