Forgot this file.
authorEric Andersen <andersen@codepoet.org>
Wed, 6 Oct 1999 05:21:54 +0000 (05:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 6 Oct 1999 05:21:54 +0000 (05:21 -0000)
applets/busybox.sh [new file with mode: 0755]
busybox.sh [new file with mode: 0755]

diff --git a/applets/busybox.sh b/applets/busybox.sh
new file mode 100755 (executable)
index 0000000..6e448dc
--- /dev/null
@@ -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 (executable)
index 0000000..6e448dc
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
+tr [:upper:] [:lower:]
+