Poodletooth-iLand/dev/win32/start-astron-cluster.bat

6 lines
92 B
Batchfile
Raw Normal View History

2015-11-14 19:51:32 -06:00
@echo off
cd "../../dependencies/astron/"
astrond --loglevel info config/cluster.yml
pause