#!/bin/sh
# Simple wrapper to run Lua files with the VM
cargo run --quiet -- "$@"
