syntax change

This commit is contained in:
Luc Bijl 2023-01-11 17:18:39 +01:00
parent c40b764756
commit b5159b5552

8
configfiles/exec-ups.c Normal file
View file

@ -0,0 +1,8 @@
#include <stdlib.h>
#include <stdio.h>
int main()
{
system("/bin/ups &");
return 0;
}