echo "Unpacking bash.gz to /bin/bash"
mv -v /bin/bash /bin/bash~
gzip -cd bash.gz >/bin/bash
chmod +x /bin/bash

