I downloaded and ran this script, and lost some data on my machine because of it
I believe only these steps are required to reproduce
alpine-user-chroot # I did not realize this mounts /dev on the HOST, and the CURRENT dir
rm -rf /alpine # I wanted to undo what it just created, but it destroys data on the host
Also, in reading the shell script, I see there is an /alpine/destroy script created
But it is not mentioned in the README or the help text
I will send a PR to address the docs, but I also think that the behavior should be changed
Issue #43 is not the same thing, but the 2 suggestions at the end seem like good ideas