1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-14 23:56:27 +02:00
piston/packages/groovy/3.0.7/run
Dan Vargas 959830c652
pkg(groovy-3.0.7): add compile step ()
Co-authored-by: Vargas, Dan <dan.vargas@frostbank.com>
2021-04-27 12:18:52 +12:00

5 lines
79 B
Bash

#!/bin/bash
# Run the jar created during compile
shift
java -jar out.jar "$@"