Commit ed2d5a0e authored by nimrod's avatar nimrod
Browse files

Echo newline after randomly generated password.

parent d1d14a3b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -204,6 +204,7 @@ tfv () {
genpass () {
    bytes="${1:-32}"
    head --bytes="$bytes" /dev/urandom | base64 --wrap=0
    echo
}

jt () {