diff --git a/g1sms/diceware.sh b/g1sms/diceware.sh index bdbb7e3..517a3ef 100755 --- a/g1sms/diceware.sh +++ b/g1sms/diceware.sh @@ -13,5 +13,5 @@ shuf --random-source=/dev/urandom | \ # pick the first n words head -n ${WORDCOUNT} | \ # pretty print -tr '\n' ' ' +tr '\n' '' echo diff --git a/zen/tools/diceware.sh b/zen/tools/diceware.sh index 700c971..bf1b820 100755 --- a/zen/tools/diceware.sh +++ b/zen/tools/diceware.sh @@ -29,5 +29,5 @@ shuf --random-source=/dev/urandom | \ # pick the first n words head -n ${WORDCOUNT} | \ # pretty print -tr '\n' ' ' +tr '\n' '' echo