File: ppp.sh

package info (click to toggle)
ledcontrol 0.5.2-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 796 kB
  • ctags: 259
  • sloc: ansic: 3,264; sh: 848; makefile: 180; 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] "
}