piston/packages/vlang/0.1.13/run

8 lines
145 B
Bash

#!/usr/bin/env bash
# Export environment variables
export VMODULES="$PWD"
export TMPDIR="$PWD"
# Put instructions to run the runtime
v run "$@"