5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Run jar file
|
||
|
shift
|
||
|
java -jar code.jar "$@"
|