diff options
Diffstat (limited to 'bin/randgen')
| -rwxr-xr-x | bin/randgen | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/randgen b/bin/randgen deleted file mode 100755 index cb18995..0000000 --- a/bin/randgen +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -set -e -[ -n "$DEBUG" ] && set -x - -head -c 12 /dev/urandom | shasum | cut -d ' ' -f1 |