Further edits and moved a src file to proper location.

This commit is contained in:
Maxim Stewart 2016-09-02 15:49:47 -05:00
parent a069d8d46f
commit d158d6b7cc
4 changed files with 0 additions and 10 deletions

View File

@ -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;
}