7 lines
127 B
Bash
7 lines
127 B
Bash
#!/usr/bin/env bash
|
|
|
|
# set -e
|
|
|
|
|
|
./lightwalletd -bind-addr lite.dragonx.is:9069 -conf-file ~/.hush/DRAGONX/DRAGONX.conf -no-tls
|