1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-11 22:26:26 +02:00
piston/packages/vlang/0.1.13/run
2021-04-24 20:08:48 +12:00

13 lines
No EOL
219 B
Bash

#!/usr/bin/env bash
# Export environment variables
export VMODULES="$PWD"
export TMPDIR="$PWD"
# Put instructions to run the runtime
rename 's/$/\.v/' "$@" # Add .v extension
filename=$1.v
shift
v run $filename "$@"