piston/packages/gleam/0.27.0/run
2023-03-10 20:57:33 -05:00

5 lines
106 B
Bash
Executable file

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