bin/bashify
author hackbot
Sat, 29 May 2021 23:56:00 +0000
changeset 185 43d843323d3b
parent 180 74b55dab8c04
permissions -rwxr-xr-x
<mzajc> ` chmod +x $HACKENV/bin/funny

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