aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapplets/busybox.sh4
-rwxr-xr-xbusybox.sh4
2 files changed, 8 insertions, 0 deletions
diff --git a/applets/busybox.sh b/applets/busybox.sh
new file mode 100755
index 000000000..6e448dc65
--- /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 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:]
+