102103104105106107108
if(script==null) throw new CmdLineException(null, "No script is specified"); if (script.equals("=")) return IOUtils.toString(stdin); return checkChannel().call(new ScriptLoader(script)); }