mirror of
https://github.com/sgmarz/osblog.git
synced 2024-12-04 07:13:33 +04:00
4 lines
56 B
Bash
4 lines
56 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
dd if=/dev/urandom of=hdd.dsk bs=1M count=32
|