#!/bin/sh
module="arb6002"

# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
