#!/usr/bin/env bash shift cd project gleam run $(cat ../compile_args 2> /dev/null) -- "$@" | awk "NR>=3"