#!/usr/bin/env bash set -ex g++ -o output helloworld.cpp echo "build done" ./output