7 lines
184 B
Bash
7 lines
184 B
Bash
|
#!/bin/sh
|
||
|
cd ../astron
|
||
|
|
||
|
# This assumes that your astrond build is located in the
|
||
|
# "astron" directory, and is named "astrond-linux".
|
||
|
./astrond-linux --loglevel info config/astrond.yml
|