9 lines
137 B
C
9 lines
137 B
C
|
#include <unistd.h>
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
execv("/usr/share/backuppc/bin/BackupPC_Admin_real", argv);
|
||
|
return 0;
|
||
|
}
|
||
|
|