Add sanity_check scrip, for quick dev "testing"
[khatus.git] / sanity_check
CommitLineData
64b8d3e0
SK
1#! /bin/bash
2
3./bin/khatus --dir_bin ./bin --net_interfaces_to_show wlp3s0 --wifi_interface wlp3s0 \
4| stdbuf -o L tee \
5 >(stdbuf -o L ./bin/khatus_bar \
6 -v Opt_Mpd_Song_Max_Chars=10 \
7 -v Opt_Net_Interfaces_To_Show=wlp3s0 \
8 -v Opt_Pulseaudio_Sink=0 \
9 ) \
10 >(stdbuf -o L ./bin/khatus_monitor_energy) \
11 >(stdbuf -o L ./bin/khatus_monitor_errors) \
12> /dev/null
This page took 0.017694 seconds and 4 git commands to generate.