Files
2025-08-22 10:41:37 +02:00

6 lines
222 B
Bash

#!/bin/sh
export PSHELL_EX_OPTIONS=${ex_options}
# Run the JAR with all passed arguments
exec pshell-workbench -b -d -l -k -n -q -console_log=SEVERE -buffer_size=10 -size=1000x800 -p ${java_file} \$${app_args_var} "\$@"