From 51a9914dc8ec02b053a5594b7478b4d68a750672 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 3 Sep 2021 20:39:10 -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