test_helper.sh 65 Bytes Edit Raw Blame History 1 2 3 4 5 run_on() { local vm="$1" shift vagrant ssh "$vm" -- "$@" }