mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
Merge branch 'master' of https://github.com/engineer-man/piston
This commit is contained in:
commit
8a7022f025
1 changed files with 4 additions and 1 deletions
5
packages/scala/3.0.0/run
vendored
5
packages/scala/3.0.0/run
vendored
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Put instructions to run the runtime
|
# Put instructions to run the runtime
|
||||||
scala "$@"
|
mv $1 $1.scala
|
||||||
|
filename=$1.scala
|
||||||
|
shift
|
||||||
|
scala $filename "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue