3 lines
41 B
Bash
3 lines
41 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
openssl rand -hex 16
|