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

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