From b0addbe14d2353e9c33f7f4d8a0b4ba8b24b2bd9 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 7 Aug 2022 23:50:15 +0200 Subject: user/shell: make `whitelist` work in a more sensible way doesn't need to be a shell builtin now --- src/user/app/shell/shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/app/shell/shell.h') diff --git a/src/user/app/shell/shell.h b/src/user/app/shell/shell.h index 5097e00..a8f0012 100644 --- a/src/user/app/shell/shell.h +++ b/src/user/app/shell/shell.h @@ -10,3 +10,4 @@ struct redir { }; int parse(char *s, char **argv, size_t argvlen, struct redir *redir); +void run_args(int argc, char **argv, struct redir *redir); -- cgit v1.2.3