aboutsummaryrefslogtreecommitdiffstats
path: root/1.4.23-rc4/pbx/ael/ael-test/setref
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-21 13:19:16 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-01-21 13:19:16 +0000
commit503ebba846b30a4d9e493a7e8578f9c40cf89bf4 (patch)
tree6cbe6c63e6e2dc3c25cd344c1cbee12b45143d54 /1.4.23-rc4/pbx/ael/ael-test/setref
parentd84f827ff6a3ac7853c45205604010ef13715276 (diff)
Creating tag for asterisk-1.4.23 (in the right location this time too!)
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.23@169668 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to '1.4.23-rc4/pbx/ael/ael-test/setref')
-rwxr-xr-x1.4.23-rc4/pbx/ael/ael-test/setref7
1 files changed, 7 insertions, 0 deletions
diff --git a/1.4.23-rc4/pbx/ael/ael-test/setref b/1.4.23-rc4/pbx/ael/ael-test/setref
new file mode 100755
index 000000000..b483f05ae
--- /dev/null
+++ b/1.4.23-rc4/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