Remove unused functions in sndev

This commit is contained in:
ekzyis 2024-03-25 14:50:51 +01:00
parent a7b0272200
commit 176b3ec468
1 changed files with 0 additions and 8 deletions

8
sndev
View File

@ -26,14 +26,6 @@ docker__exec() {
command docker exec -i "$@"
}
docker__sn_lnd() {
docker__exec -u lnd sn_lnd lncli "$@"
}
docker__stacker_lnd() {
docker__exec -u lnd stacker_lnd lncli "$@"
}
docker__sn_lnd() {
t=$1
if [ "$t" = "-t" ]; then