I have a project in which I want to do some things that would be trivial in bash, but where I want / need a binary, with zero external dependencies. So, did anyone write a standalone lib (i.e. Not a wrapper around system ()) that allows you to do bash as material from within C?
By hand, the things that I expect will be as follows: cp, rm, wget, tftp, ar, tar, guzipand, perhaps dpkg, but I think I can make a side step.
To answer the comments: I'm looking for something in the lines of a statically linked boot window, but where I do not need a shell file as a program for it, and where things that I do not use automatically, t even connect.
source
share