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