mirror of
https://github.com/lnbook/lnbook
synced 2024-11-15 00:15:05 +00:00
6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Helper script used as an alias for lncli with the necessary arguments
|
||
|
#
|
||
|
/go/bin/lncli --lnddir=/lnd -n regtest $@
|