Sign in
coral
/
busybox
/
e83e1c50f20f01fbb10cf65532a966f7f63a6b6d
/
.
/
testsuite
/
hostid
/
hostid-works
blob: 8c20bdfcc68a38e1832d7b60f345549d1cb53117 [
file
] [
log
] [
blame
]
h
=
x$
(
busybox hostid
)
# Is $h a sequence of hex numbers?
case
"$h"
in
x
*[!
0
-
9a
-
f
]*)
false
;;
*)
true
;;
esac