From f132b3b3c8c7e40a3116464cb3b95cbd8b40edb0 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Jun 2021 21:43:14 -0300 Subject: aux/utils.sh: Remove unused file --- aux/utils.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 aux/utils.sh (limited to 'aux/utils.sh') diff --git a/aux/utils.sh b/aux/utils.sh deleted file mode 100755 index 8d93fb5..0000000 --- a/aux/utils.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -uuid() { - # Taken from: - # https://serverfault.com/a/799198 - od -xN20 /dev/urandom | \ - head -1 | \ - awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}' -} -- cgit v1.2.3