3 lines
75 B
Text
3 lines
75 B
Text
|
#!/bin/sh
|
||
|
exec /usr/bin/java -jar '/opt/tigerjython/tigerjython2.jar' "$@"
|