Add uuidyank script
This commit is contained in:
parent
0ce36c1f1d
commit
829e0d0c26
6
script/uuidyank
Executable file
6
script/uuidyank
Executable 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
|
Loading…
x
Reference in New Issue
Block a user