This is an old revision of the document!
#cat push-slax.sh #!/bin/bash cut -f 2 -d '=' ini/hosts | egrep -v "\[" > ini/host_ips sed -i '/^[[:space:]]*$/d' ini/host_ips while read line do scp -i ~/.vagrant.d/insecure_private_key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null set-em-mac-to-xe-ae-vQFX.slax vagrant@$line:/var/db/scripts/commit/ done < ./ini/host_ips