Run a .sh file?

Is it possible to run a .sh file?

I use this sh file to generate files as its an install script. Problem is I keep getting this error-

205 main.go:773] Expirator Error: open expiry.gob: no such file or directory

How to fix this?
Any help appreciated, thanks.

Shell files should run perfectly well; the container console should be all set with bash and able to run your shell scripts provided they’re granted exec permissions or passed to the bash interpreter.