An open API service indexing awesome lists of open source software.

https://github.com/antruc/passsh

Bash script for generating passwords and pin codes
https://github.com/antruc/passsh

bash

Last synced: 4 months ago
JSON representation

Bash script for generating passwords and pin codes

Awesome Lists containing this project

README

          

# passsh

Bash script for generating passwords and pin codes

# Usage

```
Usage: pass.sh -p [length] -c [length]

Options:
-p [length] Generate random password
-c [length] Generate random pin code
-h Prints usage and exits
-v Prints version and exits
```