From: Eric Andersen Date: Wed, 6 Oct 1999 05:21:54 +0000 (-0000) Subject: Forgot this file. X-Git-Tag: 0_32~64 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b09c6b5d4a204dc89bbab702509b148602027ecd;p=oweals%2Fbusybox.git Forgot this file. --- 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:] +