Do not process collect data we do not use
[khatus.git] / sanity_check
1 #! /bin/bash
2
3 ./bin/khatus \
4 --dir_bin ./bin \
5 --wifi_interface wlp3s0 \
6 | stdbuf -o L tee \
7 >(stdbuf -o L ./bin/khatus_bar \
8 -v Opt_Mpd_Song_Max_Chars=10 \
9 -v Opt_Net_Interfaces_To_Show=wlp3s0 \
10 -v Opt_Pulseaudio_Sink=0 \
11 -v GC_Interval=10 \
12 ) \
13 >(stdbuf -o L ./bin/khatus_monitor_energy) \
14 >(stdbuf -o L ./bin/khatus_monitor_errors) \
15 >(stdbuf -o L ./bin/khatus_monitor_devices) \
16 > /dev/null
This page took 0.063304 seconds and 4 git commands to generate.