I have written a shell script with #!/bin/sh shebang. I've heard that it won't work alongside with Solaris. And that I have to write a korn shell script.
But in one of the threads an individual mentioned that it is possible to make the transition by simply changing the shebang on top.. Which lets it point to a different directory in Solaris where sh is present.
I have no way of knowing if this is true and I would love it if you'd clear it up for me.
Will this method work? And is this the best way?