URI:
       tmkpasswd - scripts - various script and utils
  HTML git clone git://z3bra.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
       tmkpasswd (92B)
       ---
            1 #!/bin/sh
            2 
            3 LEN=${1:-16}
            4 
            5 </dev/urandom tr -cd ${CHAR:-'a-zA-Z0-9'}