From: hades Date: Fri, 16 Mar 2001 08:46:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2ef2316ad1cc873087431cb648b4fc1cb069650b;p=daqdata.git *** empty log message *** --- diff --git a/allParam/test/mv.sh b/allParam/test/mv.sh deleted file mode 100644 index bda42b0..0000000 --- a/allParam/test/mv.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -prefix=$1 - -for i in $@ ; do - if [ $i != $prefix ] ; then - mv $i $prefix$i - fi -done -