]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Fri, 16 Mar 2001 08:46:28 +0000 (08:46 +0000)
committerhades <hades>
Fri, 16 Mar 2001 08:46:28 +0000 (08:46 +0000)
allParam/test/mv.sh [deleted file]

diff --git a/allParam/test/mv.sh b/allParam/test/mv.sh
deleted file mode 100644 (file)
index bda42b0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-prefix=$1
-
-for i in $@ ; do
-       if [ $i != $prefix ] ; then
-               mv $i $prefix$i
-       fi
-done
-