bin/bashify
changeset 179 02ec10ea4061
parent 178 3b4183dfd246
child 180 74b55dab8c04
--- a/bin/bashify	Sat May 29 21:13:34 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-cp $1 /tmp/out && echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1