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

cp $1 /tmp/out && echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1