www.eeworm.com/read/428548/1958884
busybox touch foo
test -f foo
www.eeworm.com/read/428548/1958921
test x$(hostid) = x$(busybox hostid)
www.eeworm.com/read/428548/1958939
test xfubar = x`busybox echo fubar`
www.eeworm.com/read/428548/1958985
busybox mkdir foo
test -d foo
www.eeworm.com/read/428548/1958987
echo foo | busybox gzip - >/dev/null
www.eeworm.com/read/418008/2095190
test x$(hostname) = x$(busybox hostname)
www.eeworm.com/read/418008/2095195
busybox touch foo
test -f foo
www.eeworm.com/read/418008/2095233
test x$(hostid) = x$(busybox hostid)
www.eeworm.com/read/418008/2095247
test xfubar = x`busybox echo fubar`
www.eeworm.com/read/418008/2095289
busybox mkdir foo
test -d foo