home
/
code
/
khatus.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Add memory sensor
[khatus.git]
/
x2
/
src
/
bash
/
exe
/
khatus_sensor_devices.sh
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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.019056 seconds
and
4
git commands to generate.