Raname core and workbench to pshell-core and pshell-workbench.

This commit is contained in:
2025-08-15 14:27:11 +02:00
parent 7c8bed68f9
commit 3140f52ee8
4 changed files with 23 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
export PSHELL_EX_OPTIONS=${ex_options}
APP_ARGS_NAME=\$(echo "APP_${app_name}" | tr '[:lower:]' '[:upper:]')_ARGS
APP_ARGS_NAME=\${APP_ARGS_NAME//-/_}
# 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_NAME} "\$@"