export const defaultShell = process.platform === "win32" ? "cmd.exe" : "/bin/sh";