1
0
Fork 0
arena-allocator/start.bat

10 lines
63 B
Batchfile
Raw Permalink Normal View History

2024-04-21 09:04:21 +00:00
@echo off
setlocal
pushd "%~dp0"
pushd build
.\app.exe
popd