Sign in
coral
/
busybox
/
e368d851e78a2eb2aee50b8bad29dcc301feec65
/
.
/
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