#!/usr/bin/env bash echo 'Compiling..' /usr/bin/g++ -Wall -pedantic -Werror binary_config.cpp -o binary_config -lreadline echo 'Finished compiling'