mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 03:26:27 +02:00
8 lines
No EOL
145 B
Bash
8 lines
No EOL
145 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Export environment variables
|
|
export VMODULES="$PWD"
|
|
export TMPDIR="$PWD"
|
|
|
|
# Put instructions to run the runtime
|
|
v run "$@" |