diff options
author | Marvin Borner | 2020-11-03 21:09:34 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-03 21:09:34 +0100 |
commit | 5951024ab35e6cdd1ed6b97d76e28f1a253f6593 (patch) | |
tree | 52670f12af4a1274f9ce6e8a642ad055658255ed /apps | |
parent | 36bd8f09d359d176a2a1ca59864838269e887c4b (diff) |
Started TCP implementation
Diffstat (limited to 'apps')
-rw-r--r-- | apps/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/init.c b/apps/init.c index 7cb9e25..9d64388 100644 --- a/apps/init.c +++ b/apps/init.c @@ -12,7 +12,6 @@ int main(int argc, char **argv) int wm = exec("/bin/wm", "wm", argv[1], NULL); int exec = exec("/bin/exec", "test", NULL); - /* exec("/bin/cc", "cc", "/res/test.c", NULL); */ return wm + exec; } |