diff options
author | Marvin Borner | 2021-03-29 23:44:07 +0200 |
---|---|---|
committer | Marvin Borner | 2021-03-29 23:44:07 +0200 |
commit | 6549b1087628a405a1e4cb1f81562a830515a5b5 (patch) | |
tree | 8fed89cd81e616ba552c03179e8d20957968f998 /apps/init.c | |
parent | f946ff13cab962d94ccaf6cb57e125e52900f371 (diff) |
Added more GUI stuff
Diffstat (limited to 'apps/init.c')
-rw-r--r-- | apps/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/init.c b/apps/init.c index f1fcdf6..4ad63f2 100644 --- a/apps/init.c +++ b/apps/init.c @@ -10,7 +10,7 @@ int main(int argc, char **argv) UNUSED(argv); assert(exec("/bin/wm", "wm", NULL) == 0); - assert(exec("/bin/window", "test", NULL) == 0); + assert(exec("/bin/chess", "chess", NULL) == 0); return 0; } |