i think this is what you want: minooka; cat > sleep.c #include<u.h> #include<libc.h>
void
main(void)
{
int i;
for(i = 0; i < 100; i++)
sleep(2000);
exits("");
}
i think this is what you want: minooka; cat > sleep.c #include<u.h> #include<libc.h>
void
main(void)
{
int i;
for(i = 0; i < 100; i++)
sleep(2000);
exits("");
}