bin/bashify
author hackbot
Sat, 29 May 2021 21:13:34 +0000
changeset 178 3b4183dfd246
parent 175 35b778190c50
permissions -rwxr-xr-x
<cd> ` cp luax ../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