// MIT License, Copyright (c) 2020 Marvin Borner #include #include #include #include #include int main(int argc, char **argv) { UNUSED(argc); UNUSED(argv); while (1) { }; int wm = exec("/bin/wm", "wm", NULL); int test = exec("/bin/window", "test", NULL); return wm + test; }