From 1e5787e57cdd924465c270799726e002586960dd Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Tue, 10 Aug 2021 11:28:13 +0300 Subject: [PATCH] Added README --- psgen/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 psgen/README.md diff --git a/psgen/README.md b/psgen/README.md new file mode 100644 index 0000000..e4ccf89 --- /dev/null +++ b/psgen/README.md @@ -0,0 +1,23 @@ +# psgen +## A minimal command-line password generator. + +## Usage + +./psgen [OPTIONAL PASSWORD LENGTH HERE] + +### Examples + +``` +./psgen 255 +``` +will output a password with length of 255 + +``` +./psgen +``` +will output a password with length of 8 + +``` +./psgen 10 +``` +will output a password with length of 10