4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/sh
|
||
|
java -jar /usr/lib/freerouting/freerouting-executable.jar "$@"
|
||
|
exit 0
|