1 #!/bin/bash
1 echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1
2 echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1