Improve overview and experiment naming
[khatus.git] / x2 / src / bash / exe / khatus_sensor_devices.sh
diff --git a/x2/src/bash/exe/khatus_sensor_devices.sh b/x2/src/bash/exe/khatus_sensor_devices.sh
new file mode 100644 (file)
index 0000000..186fc44
--- /dev/null
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+set -e
+
+dir_bin="$1"
+
+stdbuf -o L -- \
+    udevadm monitor --udev -s block \
+| stdbuf -o L -- \
+    "$dir_bin"/khatus_parse_udevadm_monitor_block
This page took 0.017553 seconds and 4 git commands to generate.