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

6 lines
92 B
Batchfile
Raw Normal View History

2015-03-03 22:10:12 +00:00
@echo off
2015-05-29 10:03:48 +00:00
cd "../../dependencies/astron/"
2015-05-25 18:27:12 +00:00
2015-03-03 22:10:12 +00:00
astrond --loglevel info config/cluster.yml
2015-05-23 03:47:35 +00:00
pause