dotfiles/script/uuidyank

7 lines
153 B
Plaintext
Raw Normal View History

2021-05-03 08:19:34 +00:00
#!/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