bin/bashify
changeset 126 c5e482784908
child 141 69acd8091a67
--- /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