repo.or.cz
/
asterisk-bristuff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
change the required dependency for codec_dahdi to only be satisfied by DAHDI and...
[asterisk-bristuff.git]
/
pbx
/
ael
/
ael-test
/
setref
blob
b483f05ae11c9d4f8c583cb4d2a00624bf19480c
1
#!/bin/bash
2
3
for
i
in
res.
*;
do
4
refname
=
`echo
$i
| sed 's/^res/ref/'`
5
echo
$refname
6
mv
$i $refname
7
done