How to send multiple commands to and receive output from the same bash process
· 3 min read
Do you need two-way communication between a parent process and a persistent bash child process? I did when writing the agent for Bakup.io and there weren't many resources out there which detailed a method of doing so.