mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
h=x$(busybox hostid)
|
|
# Is $h a sequence of hex numbers?
|
|
x="${h//[0123456789abcdef]/x}"
|
|
x="${x//xxx/x}"
|
|
x="${x//xxx/x}"
|
|
x="${x//xxx/x}"
|
|
x="${x//xx/x}"
|
|
test x"$x" = x"x"
|