#!/bin/sh
# \
	exec itkwish -f "$0" ${1+"$@"}

#
# Demo script for the Shell class
#
wm withdraw .

shell .sh -modality none -padx 20 -pady 20 -title Shell

pack [label [.sh childsite].l -text SHELL]

.sh center
.sh activate





