diff options
author | dzwdz | 2023-01-19 23:36:11 +0100 |
---|---|---|
committer | dzwdz | 2023-01-19 23:36:11 +0100 |
commit | a2f9ae9d4ab678fa66a2ec5d1072ea22a36a18a1 (patch) | |
tree | c048e9165b27d27075d2c17ab943ac52b46a6a40 /src/user/app/shell | |
parent | da546a0822b1995efe1832c9cc57aab62ccdcf65 (diff) |
kernel: user interrupts
Diffstat (limited to 'src/user/app/shell')
-rw-r--r-- | src/user/app/shell/shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/user/app/shell/shell.c b/src/user/app/shell/shell.c index 3dad1bd..564daa8 100644 --- a/src/user/app/shell/shell.c +++ b/src/user/app/shell/shell.c @@ -144,7 +144,6 @@ static void run(char *cmd) { } } - int main(int argc, char **argv) { static char buf[256]; FILE *f = stdin; |