lcli (111B)
1 #!/usr/bin/env sh 2 if [ "$HOST" != "monad" ]; then 3 ssh monad lightning-cli "$@" 4 exit 0 5 fi 6 7 lightning-cli "$@"