#!/bin/sh

case "$ACTION" in
	add)
		/sbin/usbip.sh
		;;
esac