d75af99529
-Erik
4 lines
166 B
Bash
Executable File
4 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
sed -n -e 's/^#define.*BB_FEATURE.*$//g;y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;' \
|
|
-e '/^#define/{s/.*bb_//;s/$/.o/p;}' busybox.def.h
|