Further edits and moved a src file to proper location.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
chdir("/opt/FXWinWrap/");
|
||||
system("bash launch.sh");
|
||||
return 0;
|
||||
}
|
@@ -1,10 +0,0 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
chdir("/opt/FXWinWrap/");
|
||||
system("bash launch.sh");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user