#!/bin/tcsh -ef
source $FREESURFER_HOME/bin/tcl_setup
source $FREESURFER_HOME/bin/vtk_setup
source $FREESURFER_HOME/bin/qt_setup
if($#argv > 0) then
  if("$argv[1]" == "-tkmedit") then
    tkmeditfv $argv[2-$#argv]
    exit 0
  endif
endif
freeview.bin $argv
