bin/bashify
changeset 141 69acd8091a67
parent 126 c5e482784908
child 175 35b778190c50
equal deleted inserted replaced
140:9422006bdf59 141:69acd8091a67
       
     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