index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
completion
/
list_wlm_peers.sh
blob: 12dd00650242ad703589aa817bf6480d7304abaa (
plain
)
1
2
3
4
5
6
#!/bin/sh if [ -d /etc/ppp/peers ]; then cd /etc/ppp/peers ls wlm* fi