Poodletooth-iLand/start-astron-cluster.bat

5 lines
70 B
Batchfile
Raw Normal View History

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