4 lines
80 B
Bash
4 lines
80 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the pilon jar file
|
|
java -jar pilon.jar "$@"
|