Merge branch 'master' of https://github.com/engineer-man/piston
This commit is contained in:
commit
8a7022f025
|
@ -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…
Reference in New Issue