#!/bin/sh -x set -e ln -s ../../../xen-2.4.16/include/hypervisor-ifs/ foo (find -depth -type d -print | xargs -r rmdir 2>/dev/null) || true exit 0