/bundles/plugins-trunk/Console/console/bsh/runInSystemShell.bsh
# · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · b71dfca29972717b9e5fbc48107721ac MD5 · raw file
- /* Runs a command in the system shell. */
- runInSystemShell(View view, String command)
- {
- runCommandInConsole(view,"System",command);
- }
- help.runInSystemShell
- = "usage: runInSystemShell(View view, String shell, String command)";