4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
f=$(busybox hostname -f)
|
|
d=$(busybox hostname -d)
|
|
test x"${f#*.}" = x"$d"
|