diff options
author | EuAndreh <eu@euandre.org> | 2022-01-19 09:19:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-19 09:19:14 -0300 |
commit | 7fecfa8a38029de3c0148820a312bcf3d0459db7 (patch) | |
tree | 35a5930d8b694b1b96fa50ddc10776bb7231082b /aux/lib.sh | |
parent | 7751b3e317d5207ee6b010cdf3639d47483aa165 (diff) | |
download | package-repository-7fecfa8a38029de3c0148820a312bcf3d0459db7.tar.gz |
aux/: Update
Diffstat (limited to 'aux/lib.sh')
-rwxr-xr-x | aux/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ uuid() { # Taken from: # https://serverfault.com/a/799198 od -xN20 /dev/urandom | - head -1 | + head -n1 | awk '{OFS="-"; print $2$3,$4,$5,$6,$7$8$9}' } |