# Quick and Dirty Password Generator Generates a random string twelve characters in length by default. Accepts an optional command line parameter for specifying password length. Requires node.js ## Installation Put the file on your drive. ```chmod 755 pw``` ## Examples ``` > ./pw yJrenPAL7JfY > ./pw 20 g3qwQULV20n4mQJI8lqV ```