update 'launch' to remove 2-depth background process

This commit is contained in:
Adrien Marquès 2018-01-29 04:45:05 -05:00
parent e84678ac6b
commit d023d6cbad
1 changed files with 1 additions and 1 deletions

2
launch
View File

@ -93,7 +93,7 @@ sleep 2;
test $outfail -eq 0 && echo " > END [output]" || echo " > FAIL [output]"; test $outfail -eq 0 && echo " > END [output]" || echo " > FAIL [output]";
sleep 1; # can sleep because the buffer is never flushed sleep 1; # can sleep because the buffer is never flushed
done& done;
)& )&