Files
soldr-modules/tests_framework/lua/bin/busted.linux64.cmd
T
2022-11-22 02:21:28 +03:00

4 lines
97 B
Batchfile
Executable File

#!/bin/sh
DIR=$(dirname -- "$( readlink -f -- "$0"; )")
exec "${LUA_BIN}" ${DIR}/busted.lua "$@"