Relative Content

Tag Archive for c++bashshellsubshell

Exiting entire bash script from subshell

I’m a bit new to bash scripting, I have a C++ program communicating back and forth with this bash script through some named pipes. I used inotifywait to watch a folder for new files and when a new file is added (ending in .job) sending it to through the pipe.