#!/bin/sh cd midifile && cmake . && make && cd .. g++ src/main.cpp ./midifile/libmidifile.a -o midi-parser -g -O3