diceware correct

This commit is contained in:
qo-op 2020-05-09 20:19:33 +02:00
parent e5451b8737
commit 14c38cd210
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ shuf --random-source=/dev/urandom | \
# pick the first n words
head -n ${WORDCOUNT} | \
# pretty print
tr '\n' ' '
tr '\n' ''
echo

View File

@ -29,5 +29,5 @@ shuf --random-source=/dev/urandom | \
# pick the first n words
head -n ${WORDCOUNT} | \
# pretty print
tr '\n' ' '
tr '\n' ''
echo