From ed143f5bd9b3b26c13601d6d0a1a1b588ac9f8fc Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 9 Jan 2023 07:01:21 +0100 Subject: Other separator for dicewords --- dicewords | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dicewords b/dicewords index 49d9230..5bb4ddc 100755 --- a/dicewords +++ b/dicewords @@ -36,5 +36,5 @@ if ! [ -e "$dictionary" ]; then exit 1 fi -egrep '^[a-z]{1,6}$' "$dictionary" | shuf | head -n "$count" | tr '\n' '-' | sed -e 's/-$//' +egrep '^[a-z]{1,6}$' "$dictionary" | shuf | head -n "$count" | tr '\n' '.' | sed -e 's/\.$//' echo -- cgit v1.2.3