blob: ca9f91f237fadb6ff2715e767f46e11ccfbaa91f [file] [log] [blame]
#!/bin/sh
latest=$(ls -1tr | grep tar.gz | tail -1)
scp vm-deploy.sh ${latest} ${IP}:
ssh ${IP} "sh vm-deploy.sh ${latest}"