# HG changeset patch # User hackbot # Date 1622319185 0 # Node ID 35b778190c5091d45e17cc28900e411f743f62f6 # Parent 83ec4c52f823e6fc75d2255291b20a73dc786856 ` cp ./bashify ../bin/bashify diff -r 83ec4c52f823 -r 35b778190c50 bin/bashify --- 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