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