#! /bin/bash
make 
cat readme_header > README.md
./minisatip -h | grep -v 'Built with' >> README.md
cat readme_footer >> README.md
