On Thu, Jun 9, 2011 at 6:25 PM, pancake <panc...@youterm.com> wrote: > What do you think about creating a single main() in sbase.c that works like > busybox (as a proxy for the rest of binaries) i think this can be interesting > for embeddeds. So reading symlink of argv0 and act accordingly.
please for the love of god no there are already so many packages that do this (busybox, toybox, etc). heirloom does something similar with a 'common.c' or some shit and it makes it a complete pain in the ass to hack on. one file, one utility, please, with certain exceptions for stuff like awk, sed, grep, and sh. if you want busybox, you know where to find it. -- # Kurt H Maier