#!/bin/csh
#
# syntax: vnckill :display_number 
#       eg. vnckill :2

set path=($path /usr/local/vnc)
(vncserver -kill $1)&
