[scripts] added generate random pass script
This commit is contained in:
parent
dbd7f3dfd4
commit
c81ef26f4e
5
scripts/generatepass.sh
Executable file
5
scripts/generatepass.sh
Executable file
@ -0,0 +1,5 @@
|
||||
|
||||
#!/bin/bash
|
||||
|
||||
echo $(shuf shared/english.txt | head) | sed "s/ //g"
|
||||
|
Loading…
x
Reference in New Issue
Block a user