head	1.1;
access;
symbols;
locks
	kamp:1.1; strict;
comment	@# @;


1.1
date	2004.07.31.05.35.20;	author kamp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@#!/bin/csh
# splicer.sh

# path of X11R5 runtime libraries 
setenv LD_LIBRARY_PATH 	"/usr/lib"

# path where splicer help text files are stored 
setenv SPLICER_HELPFILES_PATH	"/home/ibex/splicer/splicer_help"

# path to splicer's help executable:  hsplicer-c
setenv SPLICER_HELP_PATH         "/home/ibex/splicer/splicer_bin_ver2.2"

# path to splicer's startup logo executable:  splicerLogo-main-c
setenv SPLICER_LOGO_PATH        "/home/ibex/splicer/splicer_bin_ver2.2"

# path to splicer's color list file:  color-name-list
setenv SPLICER_COLOR_PATH       "/home/ibex/splicer/splicer_bin_ver2.2"

# where is splicer being used: ship or shore
setenv WHERE_AM_I               "Shore"

/home/ibex/splicer/splicer_bin_ver2.2/splicer-main-c -bg wheat -fg black


@
