mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:00:58 +08:00
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;
|
|
}
|
|
|