#!/bin/sh # Start ccp4i interface # You may need to change the CCP4I_TCLTK/tclsh to find & use an appropriate # tcl interpreter # \ exec $CCP4I_TCLTK/tclsh "$0" -- ${1+"$@"} if { [info tclversion] < 7.6 } { puts "CCP4Interface requires Tcl 7.6 or higher The ccp4ish script is using version [info tclversion]" exit 1 } source [file join $env(CCP4I_TOP) bin ccp4ish.tcl]