#!/bin/bash cd /home && mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=g++ .. && make