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

6 lines
233 B
Bash

#!/bin/sh
# 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} "\$@"