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, 0 insertions, 7 deletions
diff --git a/trunk/pbx/ael/ael-test/setref b/trunk/pbx/ael/ael-test/setref
deleted file mode 100755
index b483f05ae..000000000
--- a/trunk/pbx/ael/ael-test/setref
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-for i in res.*; do
- refname=`echo $i | sed 's/^res/ref/'`
- echo $refname
- mv $i $refname
-done