bin/bashify
changeset 175 35b778190c50
parent 141 69acd8091a67
equal deleted inserted replaced
174:83ec4c52f823 175:35b778190c50
     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