Files
cinny-desktop/tools/ld_wrapper.c
T

6 lines
119 B
C
Raw Normal View History

#include <unistd.h>
int main(int argc, char **argv) {
execv("/tmp/linuxdeploy-root/AppRun", argv);
return 1;
}