mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-24 06:38:07 -04:00
4 lines
97 B
Batchfile
Executable File
4 lines
97 B
Batchfile
Executable File
#!/bin/sh
|
|
DIR=$(dirname -- "$( readlink -f -- "$0"; )")
|
|
exec "${LUA_BIN}" ${DIR}/busted.lua "$@"
|