1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-05 11:30:41 -07:00
moth/packages/mktokendkey

5 lines
51 B
Text
Raw Normal View History

2010-10-26 13:02:26 -06:00
#! /bin/sh
2011-03-22 22:00:50 -06:00
dd bs=1 count=16 if=/dev/urandom | hd
2010-10-26 13:02:26 -06:00