8 lines
89 B
C
8 lines
89 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
system("/bin/ups &");
|
|
return 0;
|
|
}
|