1 2 3 4 5 6 7 8
#!/bin/sh java=`which java` java_opts="" jar="/usr/lib/routeconverter/RouteConverterCmdLine.jar" "$java" $java_opts -jar "$jar" $@