From 2ef2316ad1cc873087431cb648b4fc1cb069650b Mon Sep 17 00:00:00 2001 From: hades Date: Fri, 16 Mar 2001 08:46:28 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/mv.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 allParam/test/mv.sh 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 - -- 2.43.0