#!/bin/sh
: ${VNCID=1}
exec ssh refine.eecs.ucf.edu vncserver -kill :${VNCID}
