# HG changeset patch # User hackbot # Date 1622252146 0 # Node ID 69acd8091a6776a361e8405f8c3cdb462e05a9e2 # Parent 9422006bdf5939985ea04a1e6e489b3ad7adb6b6 bashify /hackenv/bin/bashify diff -r 9422006bdf59 -r 69acd8091a67 bin/bashify --- a/bin/bashify Sat May 29 01:35:40 2021 +0000 +++ b/bin/bashify Sat May 29 01:35:46 2021 +0000 @@ -1,1 +1,2 @@ +#!/bin/bash echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1