mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-13 12:33:24 +02:00
5 lines
120 B
Bash
5 lines
120 B
Bash
#!/bin/bash
|
|
|
|
alias lncli='command lncli --lnddir=/relay/.lnd/ "$@"'
|
|
alias lnd='command lnd --lnddir=/relay/.lnd/ "$@"'
|
|
|