This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
575ddf2dc0
piston
/
packages
/
scala
/
3.0.0
/
run
6 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pkg(scala-3.0.0): Add scala 3.0.0
2021-03-18 19:34:03 +01:00
#!/usr/bin/env bash
pkg(scala-3.0.0): use compile (#257)
2021-05-15 06:24:37 +02:00
# Run jar file
pkg(scala-3.0.0): Quick fix for filename issue (#228)
2021-04-25 03:45:43 +02:00
shift
pkg(scala-3.0.0): use compile (#257)
2021-05-15 06:24:37 +02:00
java -jar out.jar "$@"