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

5 lines
65 B
Batchfile
Raw Normal View History

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