mirror of
https://github.com/lnbook/lnbook
synced 2024-11-08 19:10:35 +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 $@
|