// MIT License, Copyright (c) 2020 Marvin Borner #include #include #include int main(int argc, char **argv) { UNUSED(argc); UNUSED(argv); assert(exec("/bin/wm", "wm", NULL) == EOK); /* assert(exec("/bin/chess", "chess", NULL) == EOK); */ return 0; }