diff --git a/websh.c b/websh.c index 2cfd1d5..9189cc9 100644 --- a/websh.c +++ b/websh.c @@ -106,7 +106,9 @@ int main(int argc, char *argv[]) sigaction(SIGINT, &sa, NULL); sigaction(SIGTERM, &sa, NULL); + while (quit == 0) { + } return 0; }