WIP maybe convert bash scripts to c?
This commit is contained in:
BIN
c-scratchbook/main
Executable file
BIN
c-scratchbook/main
Executable file
Binary file not shown.
10
c-scratchbook/run-backup.c
Normal file
10
c-scratchbook/run-backup.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
|
||||
int rsync_res = system("rsync");
|
||||
printf("%s", rsync_res);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user