Add uuidyank script
This commit is contained in:
parent
0ce36c1f1d
commit
829e0d0c26
|
@ -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…
Reference in New Issue