5 lines
120 B

#!/bin/bash
alias lncli='command lncli --lnddir=/relay/.lnd/ "$@"'
alias lnd='command lnd --lnddir=/relay/.lnd/ "$@"'