|
|
|
|
|
by alerighi
660 days ago
|
|
Well of course it's not only a matter of interactive usage (even because the busybox itself shell could do the conversion). The problem are script, or worse programs that invokes commands as subprocesses (programs that maybe you don't have have access to the source code!). What you do? Replace every single occurrence of each command by prefixing it `busybox`? Not ideal at all... |
|