Compare commits
1 Commits
a888dbaa05
...
c-scratchb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7804314d3c |
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