Forgot this file.
This commit is contained in:
parent
4bea32abb5
commit
b09c6b5d4a
4
applets/busybox.sh
Executable file
4
applets/busybox.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
|
||||
tr [:upper:] [:lower:]
|
||||
|
4
busybox.sh
Executable file
4
busybox.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
sed -n '/^#define/{s/.*BB_//; s/$/.o/p; }' busybox.def.h | \
|
||||
tr [:upper:] [:lower:]
|
||||
|
Loading…
Reference in New Issue
Block a user