--- a/bin/bashify Sat May 29 20:10:44 2021 +0000
+++ b/bin/bashify Sat May 29 20:13:05 2021 +0000
@@ -1,2 +1,1 @@
-#!/bin/bash
-echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1
+cp $1 /tmp/out && echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1