feat: kernel network statistics reporting, new Network configuration applet

This commit is contained in:
2026-05-03 10:45:33 +02:00
parent 3919d166f7
commit 3ad5ae2e75
28 changed files with 1167 additions and 115 deletions
+1 -1
View File
@@ -277,7 +277,7 @@ static int process_command(const char* line) {
}
if (streq(cmd, "exit")) {
montauk::print("Goodbye.\n");
montauk::print("Have a pleasant day.\n");
montauk::exit(last_exit);
}