This commit is contained in:
qo-op 2020-05-09 20:20:42 +02:00
parent 14c38cd210
commit 2c3debbaf2
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