#! /usr/bin/sh
export VEXE="/usr/lib/vlang/vlang"
export VCACHE="${HOME}/.cache/vlang"
export VFLAGS="-cc gcc -d dynamic_boehm"

exec ${VEXE} $@

