#! /bin/bash [ -e build ] && rm -fr build mkdir build && cd build && cmake .. && make && examples/hello/hello_world