-
Roman Alifanov authored
Unknown function calls now compile directly as shell commands: grep ("pattern") instead of shell.exec ("grep pattern"). Added mixed pipe support (CT func | shell cmd) with fd 3 redirect. Removed ngrep builtin (grep can be called directly now).995944ab