X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/91264db571c7957c70a2441b532e32f317b9cf49..46a97d837460ca2122da3e32a963e99b1e76410d:/user/bkhextobin diff --git a/user/bkhextobin b/user/bkhextobin deleted file mode 100755 index 39a7ae0..0000000 --- a/user/bkhextobin +++ /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