I used this to modify my bash rc file so all I have to do is type the actual command after myfunc and I can run any command. I gave him the full command incase he was a newb and didn’t know. Is there another way to run the commands by typing just the command and not preceding it with myfunc that you know of????
myfunc() {
./scripts/app compose lightning exec lnd lncli "$@"
}