]> zdv2.bktei.com Git - BK-2020-03.git/blobdiff - user/bkhextobin
chore(prvt):Move user scripts into prvt submodule for processing
[BK-2020-03.git] / user / bkhextobin
diff --git a/user/bkhextobin b/user/bkhextobin
deleted file mode 100755 (executable)
index 39a7ae0..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-echo "type a hex number"
-read hexNum
-echo -n "The binary value of $hexNum="
-echo "obase=2; ibase=16; $hexNum" | bc