mirror of
https://github.com/openwrt/packages.git
synced 2025-09-06 16:40:32 +00:00
Signed-off-by: Carsten Wolff <carsten@wolffcarsten.de> Reviewed-by: Rosen Penev <rosenp@gmail.com>
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;
|
|
}
|
|
|