3 lines
61 B
Bash
3 lines
61 B
Bash
#!/bin/sh
|
|
cd ..
|
|
./astrond --loglevel info config/cluster.yml
|
#!/bin/sh
|
|
cd ..
|
|
./astrond --loglevel info config/cluster.yml
|