I have a script from other person which has a look (note: it's a single file):
#!/bin/bash
some commands
some commands
#!/bin/bash
some commands
some commands
#!/bin/bash
some commands
some commands
I wondering what is the purpose of second and third shebangs? Is it by mistake or on purpose?