1 #!/bin/bash
1 cp $1 /tmp/out && 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