#!/bin/sh
# \
LD_LIBRARY_PATH=$XCRYSDEN_TOPDIR/external/lib; export LD_LIBRARY_PATH
#this line restarts tclsh \
exec $XCRYSDEN_TOPDIR/bin/xctclsh "$0" "$@"

if { [glob -nocomplain -- *.tcl] != {} } {
    auto_mkindex [pwd] *.tcl
}
exit
