Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-10-06 09:21:54 +0400
committerEric Andersen <andersen@codepoet.org>1999-10-06 09:21:54 +0400
commitb09c6b5d4a204dc89bbab702509b148602027ecd (patch)
tree910dc71465c390ea6b88dd9b0700b40583184be8 /busybox.sh
parent4bea32abb5d25e3b83047c22fd3f4e8fae2479cd (diff)
Forgot this file.
Diffstat (limited to 'busybox.sh')
-rwxr-xr-xbusybox.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/busybox.sh b/busybox.sh
new file mode 100755
index 000000000..6e448dc65
--- /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:]
+