1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-15 16:16:28 +02:00
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"