scripts/random/random_string.sh

3 lines
76 B
Bash
Executable File

#!/bin/bash
< /dev/urandom tr -dc _.:=\;A-Z-a-z-0-9 | head -c${1:-32};echo;