I have developed an utility (very simple) to run multiple commands in
parallel:
https://github.com/gdm85/coshell/
I needed this for customization of initramfs scripts; I originally tried
to use GNU Parallel, but perl dependencies can get up to 25M :s
Then I tried moreutils-parallel but the command-line syntax would force
me to use hacks; too bad a GNU Parallel command is not available in
busybox, but I quickly coded coshell and achieved my goal with 1.6M of
(stripped) executable. I think we have here another great use-case for
Go-built binaries :)
I think coshell might be quite useful for distro makers and/or
minimalistic Linux distributions; feedback is welcome.
Kind regards,
--
Giuseppe M (gdm85)
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Giuseppe M (gdm85)
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.