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