chore(prvt):Move user scripts into prvt submodule for processing
[BK-2020-03.git] / user / bkrnd
diff --git a/user/bkrnd b/user/bkrnd
deleted file mode 100755 (executable)
index a6846a7..0000000
+++ /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}