#!/usr/bin/env bash shift cd project # Awk is used to remove lines from the output that don't help for the piston output. gleam run $(cat ../compile_args 2> /dev/null) -- "$@" | awk "NR>=4"