mirror of
https://github.com/sheumann/hush.git
synced 2025-02-10 08:30:41 +00:00
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
f=$(busybox hostname -f)
|
|
d=$(busybox hostname -d)
|
|
test x"${f#*.}" = x"$d"
|