Guest User

Untitled

a guest
Apr 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. tail -n0 -f "${my_input}" | ql_receiver_lock_holder | while read line; do
  2. echo "$line" >> "${my_output}";
  3. # xxx: how can I programmatically close the pipeline at this juncture?
  4. done & disown;
Add Comment
Please, Sign In to add comment