Results 251 comments of Rob Landley

That png is just a photo of coke zero and pepsi one cans stacked up against a wall spelling out "toybox" in binary (ascii string, yes including a null terminator...

I'm doing bash intentionally, and writing a bash replacement shell.

I have a similar problem with sed/gsed on macos. What I'd like to do is have tiny "make sed" and "make toysh" scripts that build those tools with no dependencies...

This is post-1.0 todo items, though. What AOSP does is ship prebuilt binaries, which sadly limits the targets it can build on. Part of what I'm trying to do with...

I plan to implement a make in toybox that handles gmake files. Do you want me to convert the Makefiles to work with BSD make? The standard I'm trying to...

I'm explaining to you that this is not a design direction I want to go in, and you're telling me that you already did the work. Because that should change...

That's why I'm making toysh handle bash syntax, and why I have a plan to teach the build to create toysh and sed binaries to run the rest of the...

Fun fact: a script can be run with a different shell from the command line, with the #!/ functioning as a # comment. A portability wrapper going "toysh scripts/make.sh" has...