add grs lightning cli

This commit is contained in:
Andrew Camilleri
2018-12-06 13:34:15 +01:00
parent 8c469bdea4
commit 5e08c48096
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
docker exec -ti btcpayserver_clightning_groestlcoin lightning-cli $args

View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker exec -ti btcpayserver_clightning_groestlcoin lightning-cli "$@"