diff -r 3b4183dfd246 -r 02ec10ea4061 bin/bashify --- a/bin/bashify Sat May 29 21:13:34 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -cp $1 /tmp/out && echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1