6 lines
111 B
Bash
6 lines
111 B
Bash
|
#!/bin/vbash
|
||
|
source /opt/vyatta/etc/functions/script-template
|
||
|
|
||
|
run show configuration all | strip-private
|
||
|
|
||
|
exit
|