Move .local/bin to .bin
This commit is contained in:
parent
b8dd204681
commit
76f407954f
16 changed files with 58 additions and 38 deletions
4
.bin/passgen
Executable file
4
.bin/passgen
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
xkcdpass_res=$(xkcdpass --numwords=13 --case=capitalize)
|
||||
echo ${xkcdpass_res}
|
Loading…
Add table
Add a link
Reference in a new issue