toontown-just-works/dev/win32/start-astron-cluster.bat
2024-07-07 18:08:39 -05:00

5 lines
92 B
Batchfile

@echo off
cd "../../dependencies/astron/"
astrond --loglevel info config/cluster.yml
pause