I have seen some Linux scripts having Shebang different from the file extension.
Ex:
- somefile.sh has
#!/bin/bashinside it - somefile.ksh has
#!/bin/shinside it - somefile.bash has
#!/bin/shinside it
Can someone tell me what is proper naming convention to be followed while mentioning file extension and Shebang inside it?