Guest User

Untitled

a guest
Apr 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. tail -f "${my_input}" | ql_receiver_lock_holder > "${my_named_pipe}" & disown;
  2.  
  3. tail -f "${my_input}" | ql_receiver_lock_holder | while read line; do
  4. echo "$line" > ${my_named_pipe};
  5. done & disown;
Add Comment
Please, Sign In to add comment