Files
2019-04-18 23:33:32 +02:00

5 lines
83 B
Bash

#!/bin/sh
_pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c16)"
echo "$_pass"