mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(smalltalk-3.2.3): add smalltalk
This commit is contained in:
parent
81e315609d
commit
61f5e8c6fe
7 changed files with 40 additions and 1 deletions
8
packages/smalltalk/3.2.3/run
vendored
Normal file
8
packages/smalltalk/3.2.3/run
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
code_file=`pwd`/"$1"
|
||||
shift
|
||||
|
||||
cd $SMALLTALK_PATH
|
||||
$SMALLTALK_PATH/gst "$code_file" "$@"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue