summary refs log tree commit diff
path: root/bin/randgen
blob: cb189957a352529eafd3a57887f55c1a812f7aeb (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

set -e
[ -n "$DEBUG" ] && set -x

head -c 12 /dev/urandom | shasum | cut -d ' ' -f1