aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/genToken.sh
blob: c59c010e6a4720f9389d01d2469abd86b8a8e9fc (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

##
#  This is a simple script that generates a random 4-byte hex value for a PCD Token
##

hexdump -vn4 -e'"0x%08X\n"' /dev/urandom