-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17f6fea
commit 716e256
Showing
1 changed file
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,10 +44,6 @@ passgen-cmd 12 -c [email protected] | |
```bash | ||
echo $(passgen-cmd 10 -n)":"$(passgen-cmd 35 -lLn) | ||
``` | ||
#### You can create a UUID (8-4-4-4-4-12 hexadecimal pattern) [unix-like]: | ||
```bash | ||
echo $(passgen-cmd 8 -c 0123456789abcdef)"-"$(passgen-cmd 4 -c 0123456789abcdef)"-"$(passgen-cmd 4 -c 0123456789abcdef)"-"$(passgen-cmd 4 -c 0123456789abcdef)"-"$(passgen-cmd 12 -c 0123456789abcdef) | ||
``` | ||
|
||
## Downloads | ||
[Releases/Builded packages](https://github.com/mammothcoding/passgen-cmd/releases/) | ||
|