#!/bin/sh
echo "-------------------------------------------------------------------"
echo "Installer Script for Zipper"
echo "If you receive an error at this point, then you do not have [tclsh]" 
echo "in your PATH, or it is named something other than [tclsh]"
echo "-------------------------------------------------------------------"
tclsh ./install.tcl
exit
