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
1b7504a191
piston
/
packages
/
groovy
/
3.0.7
/
run
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
pkg(groovy-3.0.7): Add groovy 3.0.7 (#202)
2021-04-06 07:07:42 +02:00
#!/bin/bash
pkg(groovy-3.0.7): add compile step (#232) Co-authored-by: Vargas, Dan <dan.vargas@frostbank.com>
2021-04-27 02:18:52 +02:00
# Run the jar created during compile
shift
java -jar out.jar "$@"