shithub: rc

ref: 5e6bd6f2655721469ef462d7bcbb39014b8bb727
dir: /genpw/

View raw version
#!/bin/rc
n=32
if(~ $1 -n){
	n=$2
	shift 2
}
tr -cd ' '-~ </dev/random | read -c $n
echo