I am a huge fan of using #Babashka to replace Bash wherever sensible. However, the majority of my Bash scripts are just flat invocations of certain CLI programs with args, sometimes in a sequence. Am I correct in assuming that Babashka would be overkill for these?
@worldsendless
For scripting yeah. For that I think of the shell as just the operating system's program namespace.