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