Creating a guid in mac OSX command line

Note for myself on how to create guid or uuid on the command line in mac osx.
Converts to lowercase.
uuidgen | tr "[A-Z]" "[a-z]"
Note for myself on how to create guid or uuid on the command line in mac osx.
Converts to lowercase.
uuidgen | tr "[A-Z]" "[a-z]"
Tired of spending hours setting up a new development machine? I used to be, too—until I automated the entire process!
Now, I just run a single script, grab a coffee, and let my setup take care of itself.