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

5 lines
65 B
Batchfile
Raw Normal View History

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