#!/bin/bash set -euo pipefail obj=$(nubc main.nub) clang $obj ../../runtime/.build/runtime.o -o .build/out