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