Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions
5
home/.local/bin/scripts/passgen
Executable file
5
home/.local/bin/scripts/passgen
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
passg=$(openssl rand -base64 $(($RANDOM % 6 + 15)))
|
||||
printf $passg | xclip -selection clipboard
|
||||
notify-send "🔒Generated Password copied to clipboard."
|
Loading…
Add table
Add a link
Reference in a new issue