mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 23:21:25 -07:00
3 lines
125 B
Batchfile
3 lines
125 B
Batchfile
@echo off
|
|
set PATH_TO_ODIN==..\..\odin
|
|
%PATH_TO_ODIN% run test_map.odin -file -vet -strict-style -o:minimal -define:SEED=42 |