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


1.1
date	2000.07.11.11.39.01;	author jon;	state Exp;
branches;
next	;


desc
@@


1.1
log
@initial import of the Noodle source code
@
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
@
