// MIT License, Copyright (c) 2020 Marvin Borner #include #include #include #include #include int main(int argc, char **argv) { (void)argc; log("%s loaded\n", argv[0]); int wm = exec("/bin/wm", "wm", argv[1], NULL); /* int exec = exec("/bin/exec", "test", NULL); */ return wm; //+ exec; }