pkg(scala-3.0.0): Quick fix for filename issue

This commit is contained in:
Dan Vargas 2021-04-24 20:40:47 -05:00
parent ccc1e4c08b
commit efeeb4dd52

View file

@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Put instructions to run the runtime
scala "$@"
mv $1 $1.scala
filename=$1.scala
shift
scala $filename "$@"