aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/pbx/ael/ael-test/setref
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/pbx/ael/ael-test/setref')
-rwxr-xr-xtrunk/pbx/ael/ael-test/setref7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/pbx/ael/ael-test/setref b/trunk/pbx/ael/ael-test/setref
new file mode 100755
index 000000000..b483f05ae
--- /dev/null
+++ b/trunk/pbx/ael/ael-test/setref
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+for i in res.*; do
+ refname=`echo $i | sed 's/^res/ref/'`
+ echo $refname
+ mv $i $refname
+done