Add uuidyank script

This commit is contained in:
Rob Watson 2021-05-03 10:19:34 +02:00
parent 0ce36c1f1d
commit 829e0d0c26
1 changed files with 6 additions and 0 deletions

6
script/uuidyank Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
#
# uuidc - generate and copy a lower-case UUID v4
# TODO: fix for Linux
uuidgen | tr '[:upper:]' '[:lower:]' | tr -d '\n' | pbcopy