Add block device event sensor and monitor
[khatus.git] / bin / khatus_sensor_devices
CommitLineData
cf7cff1c
SK
1#! /bin/bash
2
3set -e
4
5dir_bin="$1"
6
7stdbuf -o L -- \
8 udevadm monitor --udev -s block \
9| stdbuf -o L -- \
10 "$dir_bin"/khatus_parse_udevadm_monitor_block
This page took 0.020419 seconds and 4 git commands to generate.