mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-30 07:00:48 +00:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
|
|
tr [:upper:] [:lower:]
|
|
|