head	11.2;
access;
symbols;
locks; strict;
comment	@# @;


11.2
date	2002.07.18.13.07.52;	author rbowers;	state dead;
branches;
next	11.1;

11.1
date	2002.07.11.19.30.59;	author rbowers;	state Exp;
branches;
next	;


desc
@@


11.2
log
@-* changed rtwizard install procedure
@
text
@#!/bin/sh
#
# rtwizard - Shell wrapper for the rtwizard.tcl script
#
# The trailing backslash forces tcl to skip the next line \
exec bwish "$0" "$@@"

#
# Begin Tcl here!
#
if { [info exists env(BRLCAD_ROOT)] } {
    set rootDir $env(BRLCAD_ROOT)
} else {
    set rootDir [file join / usr brlcad ]
}
set wizard [ file join $rootDir tclscripts rtwizard rtwizard.tcl ]

#
# start the wizard
#
source $wizard
 @


11.1
log
@-* More rtwizard support. sh/rtwizard is a wrapper to start the
   tclscripts/rtwizard Tcl script.
@
text
@@

