syntax change
This commit is contained in:
parent
c40b764756
commit
b5159b5552
1 changed files with 8 additions and 0 deletions
8
configfiles/exec-ups.c
Normal file
8
configfiles/exec-ups.c
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
system("/bin/ups &");
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in a new issue