bin/bashify
author hackbot
Sun, 30 May 2021 00:28:49 +0000
changeset 189 8aff1e105573
parent 180 74b55dab8c04
permissions -rwxr-xr-x
<cd> ` echo python3 \\$@ > /hackenv/bin/python

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