piston/packages/groovy/3.0.7/run

6 lines
79 B
Bash

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