toolbelt/rndpass

2 lines
89 B
Bash
Executable file

#!/bin/bash
xxd -l $(($1/2)) -p /dev/random | tr '\n' ':' | sed 's/://g' | xargs echo -n