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

busybox.sh - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e448dc65c4b9c7531348ba4bb34396d268b0215 (plain)
1
2
3
4
#!/bin/sh
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
tr [:upper:] [:lower:]