piston/packages/gleam/0.27.0/run
2023-03-10 07:04:52 -05:00

5 lines
76 B
Bash
Executable file

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