Forgot this file.
This commit is contained in:
parent
4bea32abb5
commit
b09c6b5d4a
2 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue