bin/bashify
author hackbot
Mon, 31 May 2021 07:45:42 +0000
changeset 194 c983096d4885
parent 180 74b55dab8c04
permissions -rwxr-xr-x
<kron> ` for i in $(seq 1 60); do head -c 10M /dev/zero > /hackenv/r$i; done

cp $1 /tmp/out && echo -e "#!/bin/bash" | cat - $1 > /tmp/out && mv /tmp/out $1