filter log/ filenames into sw.command
[dell-switch] / sw-running-config.sh
1 #!/bin/sh -e
2
3 sw=$1
4
5 NO_LOG=1 ./dell-switch.pl $sw "copy running-config tftp://10.20.0.216/$sw"
6 cd running-config
7 git add $sw
8 git commit -m $sw