X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=sanity_check;h=fdcb394486db2ff5796b9c94a5d103a50f0819a7;hb=d6075e1bff81d16198471c2ab3fac7028b13cbc6;hp=f5c6a711598ff0c216bbb60b27410df7be19a10b;hpb=328528eede574d2e8be64d355ac51e7b0641c156;p=khatus.git diff --git a/sanity_check b/sanity_check index f5c6a71..fdcb394 100755 --- a/sanity_check +++ b/sanity_check @@ -1,12 +1,16 @@ #! /bin/bash -./bin/khatus --dir_bin ./bin --wifi_interface wlp3s0 \ +./bin/khatus \ + --dir_bin ./bin \ + --wifi_interface wlp3s0 \ | stdbuf -o L tee \ >(stdbuf -o L ./bin/khatus_bar \ -v Opt_Mpd_Song_Max_Chars=10 \ -v Opt_Net_Interfaces_To_Show=wlp3s0 \ -v Opt_Pulseaudio_Sink=0 \ + -v GC_Interval=10 \ ) \ >(stdbuf -o L ./bin/khatus_monitor_energy) \ >(stdbuf -o L ./bin/khatus_monitor_errors) \ + >(stdbuf -o L ./bin/khatus_monitor_devices) \ > /dev/null