8 lines
310 B
Bash
8 lines
310 B
Bash
#!/bin/sh
|
|
export PSHELL_EX_OPTIONS=${ex_options}
|
|
export PSHELL_CLASS_PATH=${jar_file}
|
|
|
|
# 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} "\$@"
|
|
|