Files
pshell-apps/persplot/scripts/app_startup
2025-08-22 10:41:37 +02:00

5 lines
204 B
Bash

#!/bin/sh
# Run the plugin with application specific arguments, and all command-line passed arguments
exec pshell-workbench -b -d -l -k -n -q -console_log=SEVERE -p ${java_file} \$${app_args_var} "\$@"