#!/bin/sh # # Usage: # close-contest # should output go to /dev/null? # cd /home # lock all team & judge accounts for u in team[1-9]* judge[1-9]* do passwd -l $u done # update NIS maps cd /var/yp make