initial commit

This commit is contained in:
Luc Bijl 2022-10-17 20:02:47 +02:00
commit c40b764756
8 changed files with 972 additions and 0 deletions

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;
}