Hash : cfb52c65 Author : Thomas de Grivel Date : 2023-01-24T14:55:38
Download
1 2 3 4 5 6 7 8
#!/bin/sh set -e DEV="$1" fdisk -iy "$DEV" printf "a a\n\n\n\nq\ny\n" | disklabel -E "$DEV" echo newfs /dev/r"$DEV"a