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

7 lines
316 B
Bash

#!/bin/sh
export PSHELL_EX_OPTIONS=${ex_options}
export PSHELL_CLASS_PATH=${jar_file}
# Run the plugin with application specific arguments, and all command-line passed arguments
exec pshell-workbench -b -d -l -k -n -q -statusbar -persist -console_log=SEVERE -frame_rate 1.1 -p ${jar_file} \$${app_args_var} "\$@"