busybox topics
# create the symlinks for the busybox tools
./busybox --list|./busybox xargs -n1 ./busybox ln -s busybox
find . -maxdepth 1 -type f -exec mv {} /newdir ;
busybox topics
# create the symlinks for the busybox tools
./busybox --list|./busybox xargs -n1 ./busybox ln -s busybox
find . -maxdepth 1 -type f -exec mv {} /newdir ;