pkg(scala-3.0.0): use compile (#257)

This commit is contained in:
Dan Vargas 2021-05-14 23:24:37 -05:00 committed by GitHub
parent 00bd298665
commit c7764161a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 26 additions and 18 deletions

View file

@ -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 "$@"