Select Git revision
Forked from
sce213ta / mysh-1
Source project has a limited visibility.
-
LEE JEONG EUN authoredLEE JEONG EUN authored
test.c 126 B
#include<string.h>
#include<stdio.h>
#include<unistd.h>
void main(){
while(1){
printf("background\n");
sleep(5);
}
}