3 lines
68 B
Bash
3 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
|