Shift X2 status from legacy to archived
[khatus.git] / x2 / src / bash / exe / khatus_sensor_devices.sh
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.023979 seconds and 5 git commands to generate.