Skip to content
Snippets Groups Projects
Commit ed2d5a0e authored by nimrod's avatar nimrod
Browse files

Echo newline after randomly generated password.

parent d1d14a3b
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,7 @@ tfv () {
genpass () {
bytes="${1:-32}"
head --bytes="$bytes" /dev/urandom | base64 --wrap=0
echo
}
jt () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment