Major refactor

This commit is contained in:
2022-01-24 00:06:11 -06:00
parent 78799c2b19
commit 17dcb0322d
49 changed files with 2580 additions and 45 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
function main() {
gcc -no-pie -s gwinwrap_exec_bin.cpp -o gwinwrap
}
main;