megacheck.sh
#!/bin/bash for i in update filter_checker; do /opt/reductor_satellite/bin/$i.sh done
Запуск
setsid ./megacheck.sh &>>report & disown -a tail -f report.1481632892 | while read _ _ _ a _ _ _ _ _ b _ _ _ c _; do echo $(((a+b) * 100 / $c)); done | dialog --gauge "Проверка HTTP" 0 0
