Skip to content

Instantly share code, notes, and snippets.

@K-Francis-H
Created August 24, 2018 18:19
Show Gist options
  • Select an option

  • Save K-Francis-H/f648c47392b700b499404bac2ede3e3d to your computer and use it in GitHub Desktop.

Select an option

Save K-Francis-H/f648c47392b700b499404bac2ede3e3d to your computer and use it in GitHub Desktop.
UUID generator in BASH
#!/bin/sh
echo $(cat /proc/sys/kernel/random/uuid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment