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


1.1
date	2002.08.21.02.21.39;	author jnt;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Beginnings of a start script
@
text
@#!/bin/sh
#
# $Id: c4,v 1.0 2002/08/21 14:22:00 jnt Exp $
#
CONFIG=configs/

# Set up environment
if test -f etc/environment; then
 . etc/environment
fi
@
