5 lines
204 B
Bash
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} "\$@"
|