10 lines
166 B
Bash
Executable File
10 lines
166 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
|
|
echo Copying dns setup scripts to dns VM..
|
|
|
|
scp -r -i .vagrant/machines/default/virtualbox/private_key -P 22113 ../setups/dns/* vagrant@localhost:~
|
|
|
|
|