Merge pull request #967 from stackernews/remove-unnecessary-sndev-fn

Remove unused functions in sndev
This commit is contained in:
Keyan 2024-03-25 09:26:01 -05:00 committed by GitHub
commit 2597d431c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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