aboutsummaryrefslogtreecommitdiff
path: root/aux/utils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'aux/utils.sh')
-rwxr-xr-xaux/utils.sh9
1 files changed, 0 insertions, 9 deletions
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}'
-}