From 14c38cd210aa4a3546c5adc30e289c8edeeb60d3 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 9 May 2020 20:19:33 +0200 Subject: [PATCH] diceware correct --- g1sms/diceware.sh | 2 +- zen/tools/diceware.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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