#!/bin/sh cd /home/builder/workspace mkdir -p build cd build cmake .. make -j$(nproc)