piston/packages/gleam/0.27.0/run
2023-03-13 00:24:15 -04:00

6 lines
191 B
Bash
Executable file

#!/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"