toontown-just-works/dev/win32/start-astron-cluster.bat

6 lines
92 B
Batchfile
Raw Permalink Normal View History

2024-07-07 18:08:39 -05:00
@echo off
cd "../../dependencies/astron/"
astrond --loglevel info config/cluster.yml
pause