Forgot this file.

This commit is contained in:
Eric Andersen 1999-10-06 05:21:54 +00:00
parent 4bea32abb5
commit b09c6b5d4a
2 changed files with 8 additions and 0 deletions

4
applets/busybox.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
tr [:upper:] [:lower:]

4
busybox.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
tr [:upper:] [:lower:]