#!/bin/bash

wproot='/var/www/public';
cmd="\"wp --path=$wproot $@\"";
vagrant ssh -c "\"$cmd\""
