8b7f969dd966c019eaf24437c0a3bd00d07a4e45
[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=300 \
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 >(stdbuf -o L ./bin/khatus_actuate_device_add_to_automount \
17 -v Execute_On_Mount=thunar \
18 ) \
19 > /dev/null
This page took 0.052246 seconds and 3 git commands to generate.