head     1.1;
branch   1.1.1;
access   ;
symbols  v1:1.1.1.1 billstclair:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.01.23.11.38.35;  author wws;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.01.23.11.38.35;  author wws;  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
@no message
@
text
@@
