aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2020-11-03 21:09:34 +0100
committerMarvin Borner2020-11-03 21:09:34 +0100
commit5951024ab35e6cdd1ed6b97d76e28f1a253f6593 (patch)
tree52670f12af4a1274f9ce6e8a642ad055658255ed /apps
parent36bd8f09d359d176a2a1ca59864838269e887c4b (diff)
Started TCP implementation
Diffstat (limited to 'apps')
-rw-r--r--apps/init.c1
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;
}