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