2025-04-28 21:50:44 +03:00

8 lines
134 B
Bash
Executable File

#!/bin/sh
set -ue
len="${1:-20}"
LC_ALL=C tr -dc 'A-Za-z0-9@#%^&*()_+=-{}[]:;<>,.?/' < /dev/urandom | head -c "${len}"| xargs echo