2 lines
45 B
Bash
Executable file
2 lines
45 B
Bash
Executable file
#!/usr/bin/env sh
|
|
openssl rand -hex ${1:-64}
|