bin/bashify
author hackbot
Sat, 29 May 2021 20:57:15 +0000
changeset 176 3fb63b8365f9
parent 175 35b778190c50
permissions -rwxr-xr-x
<cd> ` cp shrug ../bin
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
175
35b778190c50 <cd> ` cp ./bashify ../bin/bashify
hackbot
parents: 141
diff changeset
     1
cp $1 /tmp/out && echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1