Add PSSS panel

This commit is contained in:
2025-08-22 10:41:37 +02:00
parent a086637dc5
commit 5a6d860198
37 changed files with 2344 additions and 31 deletions

View File

@@ -0,0 +1,10 @@
#!/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} \
"\$@"

View File

@@ -0,0 +1,7 @@
#!/bin/sh
//TODO: -py3
# Run the package with application specific arguments, and all command-line passed arguments
exec pshell-workbench -b -d -l -k -g -q -statusbar -size=1000x700 -console_log=SEVERE -m ${pkg_folder} \$${app_args_var} "\$@"