1#!/bin/bash
2
3if test "$script"
4then
5    exec $script $*
6else
7    exec @XEN_SCRIPT_DIR@/vif-bridge $*
8fi
9
10