X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/91264db571c7957c70a2441b532e32f317b9cf49..46a97d837460ca2122da3e32a963e99b1e76410d:/user/bkrnd diff --git a/user/bkrnd b/user/bkrnd deleted file mode 100755 index a6846a7..0000000 --- a/user/bkrnd +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -# A script that outputs a random 8-digit hexadecimal number to stdout. - -LC_ALL=C tr -dc "0123456789abcdef" < /dev/urandom | head -c ${1:-8}