parent
f0753c3790
commit
4d30c44c99
@ -1,11 +0,0 @@
|
|||||||
#include <iostream>
|
|
||||||
#include <unistd.h>
|
|
||||||
using namespace std;
|
|
||||||
|
|
||||||
|
|
||||||
int main()
|
|
||||||
{
|
|
||||||
std::string _exe("./temp/1727077555456-1.exe");
|
|
||||||
execlp(_exe.c_str(), _exe.c_str(), nullptr);
|
|
||||||
return 0;
|
|
||||||
}
|
|
Loading…
Reference in new issue