piston/packages/gleam/0.27.0/run
2023-03-10 07:50:55 -05:00

5 lines
92 B
Bash
Executable file

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