Python version commit n push.

This commit is contained in:
2019-05-05 04:02:35 -05:00
parent d03be33f35
commit 33e6a78650
32 changed files with 2808 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
using namespace std;
int main() {
chdir("/opt/GWinWrap/");
system("python GWinWrap.py");
return 0;
}