PSSS panel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Run the workbench configured with the package paths, loading the plugin.
|
||||
exec pshell-workbench -b -l -g -nbcf \$${app_args_var} \
|
||||
exec pshell-workbench -b -l -g \$${app_args_var} \
|
||||
-plgp ${pkg_folder}/plugins \
|
||||
-scpt ${pkg_folder}/script \
|
||||
-devp ${pkg_folder}/devices \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Run the package with application specific arguments, and all command-line passed arguments
|
||||
exec pshell-workbench -b -d -l -k -g -q -nbcf -statusbar -size=1000x700 -console_log=SEVERE -m ${pkg_folder} \$${app_args_var} "\$@"
|
||||
exec pshell-workbench -b -d -l -k -g -q -statusbar -size=1000x700 -console_log=SEVERE -m ${pkg_folder} \$${app_args_var} "\$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user