X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/04fed8e4657d28df3ca947ea34c2a5d8f9ccc02f..61d7dd11d4a450a64f2817ee4db0ec7fa5880b42:/bin/old/azsmrc?ds=sidebyside diff --git a/bin/old/azsmrc b/bin/old/azsmrc new file mode 100755 index 0000000..beb63a4 --- /dev/null +++ b/bin/old/azsmrc @@ -0,0 +1,9 @@ +#!/bin/bash +APP_DIR=/opt/azsmrc +if [ "$1" != "" ]; then + PARM="${1##*file://}"; +else + parm= +fi + +java -classpath $APP_DIR/launcher.jar:/usr/local/lib -Djava.library.path=$APP_DIR/ lbms.tools.launcher.Launcher $parm