使用BUSYBOX 代替 SASH 的方法:
因为BUSY功能较多,支持重定向。
After making busybox,
1) move to /bin/busybox
2> to execute
> ln -s ./busybox ls
> ls
> ln -s ./busybox mkdir
> mkdir
...
> ln -s ./busybox command
> commnad
or
> busybox command