6 lines
165 B
Bash
Executable file
6 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
cd ../astron/darwin
|
|
|
|
# This assumes that your astrond build is located in the
|
|
# "astron/darwin" directory.
|
|
./astrond --loglevel info ../config/astrond.yml
|