33343536373839
*/ public static Shell createShell() { if(System.getProperty("os.name").startsWith("Windows")) { return new WindowsShell(); } return new PosixShell(); }