This commit is contained in:
Pierre Martin
2017-08-30 07:22:39 +02:00
parent c13dd15bc3
commit c3d0aa1726
3 changed files with 15 additions and 3 deletions

6
.zshrc
View File

@@ -73,4 +73,8 @@ ctop() {
jq() {
docker run -i pinterb/jq:latest $@
}
}
function genpass() {
< /dev/urandom tr -dc A-Za-z0-9 | head -c "${1:-32}"
}