Add TODO - formalize message format and protocol
[khatus.git] / sanity_check
CommitLineData
64b8d3e0
SK
1#! /bin/bash
2
5ac6b3be
SK
3./bin/khatus \
4 --dir_bin ./bin \
5 --wifi_interface wlp3s0 \
64b8d3e0
SK
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 \
b9d5cfd4 11 -v GC_Interval=10 \
64b8d3e0
SK
12 ) \
13 >(stdbuf -o L ./bin/khatus_monitor_energy) \
14 >(stdbuf -o L ./bin/khatus_monitor_errors) \
cf7cff1c 15 >(stdbuf -o L ./bin/khatus_monitor_devices) \
64b8d3e0 16> /dev/null
This page took 0.025238 seconds and 4 git commands to generate.