Files
rocky/custom/destroy-os.sh
T
Bart Sjerps 0a01479d24 update
2026-06-10 13:28:26 +02:00

6 lines
68 B
Bash
Executable File

#!/bin/bash
dd if=/dev/zero of=/dev/sda bs=1M count=1000
poweroff