diff options
author | Eric Andersen | 1999-10-06 05:21:54 +0000 |
---|---|---|
committer | Eric Andersen | 1999-10-06 05:21:54 +0000 |
commit | b09c6b5d4a204dc89bbab702509b148602027ecd (patch) | |
tree | 910dc71465c390ea6b88dd9b0700b40583184be8 | |
parent | 4bea32abb5d25e3b83047c22fd3f4e8fae2479cd (diff) | |
download | busybox-b09c6b5d4a204dc89bbab702509b148602027ecd.zip busybox-b09c6b5d4a204dc89bbab702509b148602027ecd.tar.gz |
Forgot this file.
-rwxr-xr-x | applets/busybox.sh | 4 | ||||
-rwxr-xr-x | busybox.sh | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh new file mode 100755 index 0000000..6e448dc --- /dev/null +++ b/applets/busybox.sh @@ -0,0 +1,4 @@ +#!/bin/sh +sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \ +tr [:upper:] [:lower:] + diff --git a/busybox.sh b/busybox.sh new file mode 100755 index 0000000..6e448dc --- /dev/null +++ b/busybox.sh @@ -0,0 +1,4 @@ +#!/bin/sh +sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \ +tr [:upper:] [:lower:] + |