Distributed access shell (or dash) is a new way to interconnect processes for distributed command execution, redirection and remote piping between multiple hosts by combining the two fundamental UNIX abstractions: sockets and pipes using C, C++, Make. It allows you to run shell commands on multiple servers at once and gather see their output in local terminal.
- Add more documentation to README
- Add example queries