6 lines
184 B
Bash
6 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
|