From 2c3debbaf27593bae36692bd104abd1b9b9cad79 Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 9 May 2020 20:20:42 +0200 Subject: [PATCH] diceware --- 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 517a3ef..bdbb7e3 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 bf1b820..700c971 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