File: signal

package info (click to toggle)
bandwidthd 2.0.1%2Bcvs20090917-10
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • sloc: sh: 3,008; ansic: 2,746; php: 1,263; yacc: 216; makefile: 162; lex: 36; sql: 27
file content (2 lines) | stat: -rwxr-xr-x 92 bytes parent folder | download | duplicates (10)
1
2
#!/bin/bash
iwconfig ath0 | grep "Signal level" | awk '{print($4)}' | awk -F: '{print($2)}'