From c98d6c8175a1b2fe4452990b6ac19346411b637d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 13 Jan 2022 15:02:40 -0300 Subject: aux/: Update --- aux/lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aux/lib.sh') diff --git a/aux/lib.sh b/aux/lib.sh index c31c4fb..d64409a 100755 --- a/aux/lib.sh +++ b/aux/lib.sh @@ -7,8 +7,8 @@ uuid() { # Taken from: # https://serverfault.com/a/799198 - od -xN20 /dev/urandom | \ - head -1 | \ + od -xN20 /dev/urandom | + head -1 | awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}' } -- cgit v1.2.3