hush/busybox.sh
1999-10-06 05:21:54 +00:00

5 lines
95 B
Bash
Executable File

#!/bin/sh
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
tr [:upper:] [:lower:]