hush/busybox.sh

5 lines
141 B
Bash
Raw Normal View History

1999-10-06 05:21:54 +00:00
#!/bin/sh
1999-11-19 05:31:45 +00:00
ls -1 `sed -n '/^#define/{s/.*BB_// ; s/$/.c/p; }' busybox.def.h | \
tr [:upper:] [:lower:]` 2> /dev/null | sed -e 's/\.c$/\.o/g'
1999-10-06 05:21:54 +00:00