Stuf
[oweals/busybox.git] / applets / busybox.sh
1 #!/bin/sh
2 ls -1 `sed -n '/^#define/{s/.*BB_// ; s/$/.c/p; }' busybox.def.h | \
3 tr [:upper:] [:lower:]` 2> /dev/null | sed -e 's/\.c$/\.o/g'
4