mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-16 08:36:26 +02:00
pkg(vlang-0.1.13): Add vlang 0.1.13 (#177)
* pkg(vlang-0.1.13): Add vlang 0.1.13 * Export environment variables: VMODULES and TMPDIR environment vars to the current working dir in the run script. Co-authored-by: Shivansh-007 <Shivansh-007@users.noreply.github.com>
This commit is contained in:
parent
d85f1d2c5b
commit
332a077f46
5 changed files with 29 additions and 0 deletions
packages/vlang/0.1.13
8
packages/vlang/0.1.13/run
vendored
Normal file
8
packages/vlang/0.1.13/run
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Export environment variables
|
||||
export VMODULES="$PWD"
|
||||
export TMPDIR="$PWD"
|
||||
|
||||
# Put instructions to run the runtime
|
||||
v run "$@"
|
Loading…
Add table
Add a link
Reference in a new issue