head     1.1;
branch   1.1.1;
access   ;
symbols  V0_1:1.1.1.1 ICAL_INIT:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2000.07.18.04.27.47;  author jeffp;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2000.07.18.04.27.47;  author jeffp;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#! /bin/sh

# Args: DIR command
cd $1
CMD=$2
shift
shift

if test -f $CMD.sh; then
  CMD="sh $CMD.sh"
fi

echo $CMD $@@ | sh
@


1.1.1.1
log
@iCalendar 0.1 pre-release
@
text
@@
