#!/bin/bash
for f in $(find /vagrant/.vagrant-skel -type f) ; do
ln -svf $f /home/vagrant/${f##/vagrant/.vagrant-skel/}
done