diff options
Diffstat (limited to 'src/completion/list_ntp_servers.sh')
-rwxr-xr-x | src/completion/list_ntp_servers.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/completion/list_ntp_servers.sh b/src/completion/list_ntp_servers.sh new file mode 100755 index 000000000..d0977fbd6 --- /dev/null +++ b/src/completion/list_ntp_servers.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Completion script used to select specific NTP server +/bin/cli-shell-api -- listEffectiveNodes system ntp server | sed "s/'//g" |