blob: 8076132eb23b8b378e65017e3f057009d109179b [file] [log] [blame]
#include <stdio.h>
#include <stdlib.h>
#include <gio/gio.h>
int main(int argc, char *argv[])
{
printf("obmc-phosphor-qemu...\n");
while(1)
sleep(5);
exit(EXIT_SUCCESS);
}