3 lines
68 B
Text
3 lines
68 B
Text
|
#!/bin/sh
|
||
|
dd if=/dev/urandom of=/storage/.cache/random.data count=4
|