www.eeworm.com/read/250015/4443453
test x"`date`" = x"`busybox date`"
www.eeworm.com/read/227259/4776697
test x$(hostname) = x$(busybox hostname)
www.eeworm.com/read/227259/4776702
busybox touch foo
test -f foo
www.eeworm.com/read/227259/4776740
test x$(hostid) = x$(busybox hostid)
www.eeworm.com/read/227259/4776760
test xfubar = x`busybox echo fubar`
www.eeworm.com/read/227259/4776785
test `echo | busybox sed -e 's/$/@/'` = @
www.eeworm.com/read/227259/4776826
busybox mkdir foo
test -d foo
www.eeworm.com/read/227259/4776828
echo foo | busybox gzip - >/dev/null
www.eeworm.com/read/227259/4776848
test x"`date`" = x"`busybox date`"
www.eeworm.com/read/209616/4957676
busybox-0.60.1/kernel-patches