b8dec7624880261b271d70ed88cd271b47ef24af
[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 ) \
12 >(stdbuf -o L ./bin/khatus_monitor_energy) \
13 >(stdbuf -o L ./bin/khatus_monitor_errors) \
14 >(stdbuf -o L ./bin/khatus_monitor_devices) \
15 > /dev/null
This page took 0.054869 seconds and 3 git commands to generate.