instpkg cleanup
[cmdllinux.git] / scripts / _find_busybox_links
blob0018cb8baa48fcc41dea86b129c9f3782490d9f0
1 #! /bin/sh
3 find /bin /sbin /usr/bin /usr/sbin -maxdepth 1 -type l | while read line; do echo -n "$line "; readlink $line; done | grep "[ /]busybox$"