mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
pkg(scala-3.0.0): use compile (#257)
This commit is contained in:
parent
00bd298665
commit
c7764161a8
5 changed files with 26 additions and 18 deletions
6
packages/scala/3.0.0/run
vendored
6
packages/scala/3.0.0/run
vendored
|
@ -1,7 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to run the runtime
|
||||
mv $1 $1.scala
|
||||
filename=$1.scala
|
||||
# Run jar file
|
||||
shift
|
||||
scala $filename "$@"
|
||||
java -jar out.jar "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue