#!/bin/sh

export VEXE="/usr/local/lib/vlang/v"
export VMODULES="$HOME/.vmodules"

${VEXE} $@
