File: ppp.sh

package info (click to toggle)
ledcontrol 0.5.2-11.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,016 kB
  • ctags: 270
  • sloc: ansic: 3,264; sh: 1,589; makefile: 181; perl: 49
file content (6 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh

led_ppp () {
    /sbin/ifconfig | grep -q "^ppp[0-9] "
}