Add direct shell command calls, remove shell.exec dependency
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).
Showing
Please
register
or
sign in
to comment