#include #include #include int main(int argc, char *argv[]) { printf("obmc-phosphor-qemu...\n"); while(1) sleep(5); exit(EXIT_SUCCESS); }