#!/bin/bash function main() { c++ -s fxwinwrap_exec_bin.cpp -o fxwinwrap } main;