4 lines
62 B
Bash
4 lines
62 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
dd if=/dev/random of=csrf-secret.txt count=32 bs=1
|