mirror of
https://github.com/sgmarz/osblog.git
synced 2024-11-24 02:16:19 +04:00
4 lines
53 B
Bash
4 lines
53 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
dd if=/dev/zero of=hdd.dsk bs=1M count=32
|