#!/bin/csh -f
@ count= 1
while ($count <= $#argv)
  modunload -id $argv[$count]
  @ count=$count + 1;
end
echo
echo "new status:"
modstat -v
