Files
pshell-apps/correlation/scripts/app_editor
2025-08-22 11:47:19 +02:00

10 lines
322 B
Bash

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