busybox/busybox.sh

5 lines
95 B
Bash
Raw Normal View History

1999-10-06 10:51:54 +05:30
#!/bin/sh
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
tr [:upper:] [:lower:]