aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/hostid-gen
blob: 8131df13c1c95a5420c311d61c1dee5713766b27 (plain)
1
2
#!/usr/bin/env zsh
grep -aEo '[[:xdigit:]]{4}' /dev/random | head -2 | xargs | tr A-Z a-z | tr -d ' '