Skip to content

Instantly share code, notes, and snippets.

@ah-cog
Created March 19, 2022 09:24

Revisions

  1. ah-cog created this gist Mar 19, 2022.
    2 changes: 2 additions & 0 deletions short-uuid-8.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    #!/bin/sh
    uuidgen | awk '{print tolower($0)}' | sed s/-/\\n/g | head -n 1