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: cab248f11dca9fd3bbef6b3850e20f1b70230f9b (plain)
1
2
3
4
#!/bin/sh
ls -1 `sed -n '/^#define/{s/.*BB_// ; s/$/.c/p; }' busybox.def.h | \
tr [:upper:] [:lower:]` 2> /dev/null | sed -e 's/\.c$/\.o/g'