6d7b5070c5
cool B)
6 lines
161 B
Bash
6 lines
161 B
Bash
#!/bin/sh
|
|
cd /astron/linux
|
|
|
|
# This assumes that your astrond build is located in the
|
|
# "astron/linux" directory.
|
|
./astrond --loglevel info ../config/astrond.yml
|