#!/bin/sh

set -e

if [ -z "$3" ]; then
	echo "Error: no version specified!" 1>&2
	exit 1
fi

/sbin/loadndisdriver-$3 "$@"
