ref: 9ac91be1228b5c9e54ba90e08fdb26164e1c09fc
parent: 4062cd90870e83bfcffe21a51a297f833df65cd2
author: kvik <kvik@a-b.xyz>
date: Thu Nov 14 14:00:35 EST 2019
No need to keep parent around
--- a/bin/plumbreport
+++ b/bin/plumbreport
@@ -5,6 +5,6 @@
out=/fd/1
for(p in `{@{cd /mnt/plumb; ls}}){
if(! ~ $p (send rules)){
- plumbeat $p >>$out &
+ exec plumbeat $p >>$out &
}
}