pkg(scala-3.0.0): Quick fix for filename issue (#228)
This commit is contained in:
parent
ccc1e4c08b
commit
5f267a98b4
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue