summaryrefslogtreecommitdiff
path: root/src/completion/list_pppoe_peers.sh
blob: 382a29264dea0903b70bfd94b21b901c2280c8d6 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ -d /etc/ppp/peers ]; then
    cd /etc/ppp/peers
    ls pppoe*
fi