diff --git a/shell2 b/shell2 index c5c3806..d6f1ee6 100755 Binary files a/shell2 and b/shell2 differ diff --git a/shell2.c b/shell2.c index 9a88258..d6d494b 100644 --- a/shell2.c +++ b/shell2.c @@ -70,6 +70,10 @@ void open_help() { "\n>all other general commands available in UNIX shell"); } +int own_cmd_handler(char** parsed) { + +} + int main() { init_shell(); }