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
Shift X2 status from legacy to archived
[khatus.git]
/
x2
/
src
/
bash
/
exe
/
khatus_sensor_net_carrier.sh
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#! /bin/sh
2
3
for interface in $(ls /sys/class/net)
4
do
5
printf "%s|%d\n" $interface $(cat /sys/class/net/$interface/carrier 2> /dev/null)
6
done
This page took
0.027229 seconds
and
5
git commands to generate.