#!/bin/sh

# Run the workbench configured with the package paths, loading the plugin.
exec pshell-workbench -b -l -g -nbcf \$${app_args_var} \
    -plgp ${pkg_folder}/plugins \
    -scpt ${pkg_folder}/script \
    -devp ${pkg_folder}/devices \
    -pool ${pkg_folder}/config/devices.properties \
    -p ${java_file} \
    "\$@"