diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-28 18:49:45 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-28 20:48:32 +0100 |
commit | 2c6b33d3fcb88551d85c740288a916a1be76a8d3 (patch) | |
tree | b1a9b69173b879ee1340d09451e86c217e8666bd /src/completion | |
parent | 65f0c6bf68f4f903d8011d0083385aa0f3c280ce (diff) | |
download | vyos-1x-2c6b33d3fcb88551d85c740288a916a1be76a8d3.tar.gz vyos-1x-2c6b33d3fcb88551d85c740288a916a1be76a8d3.zip |
wwan: T1988: migrate operational mode commands
Diffstat (limited to 'src/completion')
-rwxr-xr-x | src/completion/list_wlm_peers.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/completion/list_wlm_peers.sh b/src/completion/list_wlm_peers.sh new file mode 100755 index 000000000..12dd00650 --- /dev/null +++ b/src/completion/list_wlm_peers.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ -d /etc/ppp/peers ]; then + cd /etc/ppp/peers + ls wlm* +fi |