Procházet zdrojové kódy

Use abbreviated bmx status commands

Bob Mottram před 7 roky
rodič
revize
fd34c17159
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      src/freedombone-mesh-bmx6
  2. 1
    1
      src/freedombone-mesh-bmx7

+ 1
- 1
src/freedombone-mesh-bmx6 Zobrazit soubor

47
 fi
47
 fi
48
 
48
 
49
 function status {
49
 function status {
50
-    bmx6 -c show=status show=interfaces show=links show=originators
50
+    bmx6 -cd8
51
 }
51
 }
52
 
52
 
53
 function stop {
53
 function stop {

+ 1
- 1
src/freedombone-mesh-bmx7 Zobrazit soubor

46
 fi
46
 fi
47
 
47
 
48
 function status {
48
 function status {
49
-    bmx7 -c show=status show=interfaces show=links show=originators
49
+    bmx7 -cd8
50
 }
50
 }
51
 
51
 
52
 function stop {
52
 function stop {