dotfiles/script/uuidyank

9 lines
124 B
Plaintext
Raw Normal View History

2021-05-03 08:19:34 +00:00
#!/usr/bin/env bash
#
2021-06-22 04:24:37 +00:00
# uuidyank - generate and copy a lower-case UUID v4
2021-05-03 08:19:34 +00:00
2023-10-07 08:43:32 +00:00
set -e
2021-05-03 08:19:34 +00:00
# TODO: fix for Linux
2021-06-22 04:24:37 +00:00
uuidprint | pbcopy