Hi, i want to suggest an addition to the OpenRadar.sh script:
#!/bin/sh cd "$(dirname "$(readlink -f "$0")")" java -jar OpenRadar.jar cd -
This way one can just drop a symlink to /usr/bin and it will get called from the correct path.
Log in to post a comment.