# HG changeset patch # User hackbot # Date 1622250111 0 # Node ID c5e482784908bc9a962156e3a739628292e09224 # Parent 82b6e4c26eb13a3ffdaff4714d7f2f0b23577ade ` cp bashify $HACKENV/bin diff -r 82b6e4c26eb1 -r c5e482784908 bin/bashify --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/bashify Sat May 29 01:01:51 2021 +0000 @@ -0,0 +1,1 @@ +echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1