mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-17 11:04:30 +01:00
Added bgold-lncli
This commit is contained in:
1
bgold-lncli.ps1
Normal file
1
bgold-lncli.ps1
Normal file
@@ -0,0 +1 @@
|
||||
docker exec -ti btcpayserver_lnd_bitcoingold lncli $args
|
||||
3
bgold-lncli.sh
Normal file
3
bgold-lncli.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker exec -ti btcpayserver_lnd_bitcoingold lncli "$@"
|
||||
Reference in New Issue
Block a user