AutoMap/normal.bat

6 lines
179 B
Batchfile

:: AutoMap: Copyright 2021 Vincent Robinson under the MIT license. See `license.txt` for more info.
@echo off
lua\lua54.exe -W src\init.lua normal %1
if %ERRORLEVEL% NEQ 0 pause