mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/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'
|
|
|