@4e608bb8 bash is not sh. You can't do `sh script.sh` if the script requires bash.
@1875e69c in Debian sh is dash; I guess that's why scrips use a shebang. Don't do "sh whatever.sh" 😂
@4e608bb8 Then don't put an extension on. Like I said, the entire point of the extension is to tell someone which interpreter to use on the command line.