To run this program first run
   $ ./configure
   $ make 
   # make install
   # binfmtc-init.sh

You will then be able to run C programs as a script.
Run the following to make sure you have a somewhat working system.

   $ make check 

The C programs need to start with a magic

  /*BINFMTC: (gcc options)

For C++ programs:
  /*BINFMTCXX: (g++ options)



