/bundles/plugins-trunk/Console/console/bsh/runInSystemShell.bsh

# · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · b71dfca29972717b9e5fbc48107721ac MD5 · raw file

  1. /* Runs a command in the system shell. */
  2. runInSystemShell(View view, String command)
  3. {
  4. runCommandInConsole(view,"System",command);
  5. }
  6. help.runInSystemShell
  7. = "usage: runInSystemShell(View view, String shell, String command)";