3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/sh
|
|
dd if=/dev/zero of=random-1M bs=1M count=1
|