3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/sh
|
|
cd ..
|
|
./astrond --loglevel info config/prod-test.yml
|
#!/bin/sh
|
|
cd ..
|
|
./astrond --loglevel info config/prod-test.yml
|