Improve overview and experiment naming
[khatus.git] / x2 / src / bash / exe / khatus_sensor_devices.sh
1 #! /bin/bash
2
3 set -e
4
5 dir_bin="$1"
6
7 stdbuf -o L -- \
8 udevadm monitor --udev -s block \
9 | stdbuf -o L -- \
10 "$dir_bin"/khatus_parse_udevadm_monitor_block
This page took 0.047854 seconds and 4 git commands to generate.