#!/bin/csh -f
#
# Note:  change "wish" to your version of the Tk interpreter with tclTCP+
# linked in.

wish -f master.tcl &
sleep 2
wish -f swatch.tcl &
sleep 2
wish -f entries.tcl & 
wish -f colortab.tcl &
