3 lines
54 B
Bash
Executable file
3 lines
54 B
Bash
Executable file
#!/bin/sh
|
|
dd if=/dev/urandom bs=512 count=40960
|
|
reset
|