7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# uuidyank - generate and copy a lower-case UUID v4
|
|
|
|
# TODO: fix for Linux
|
|
uuidprint | pbcopy
|