projects
/
anna.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Miss logic for wait for request data reference
[anna.git]
/
source
/
comm
/
handler
/
duplicate
1
cp -i comm.handler.$1.cc comm.handler.$2.cc
2
cp -i hdrs/hidra.comm.handler.$1.h hdrs/hidra.comm.handler.$2.h
3
4
echo "1,$ s/$1/$2" > /tmp/xx
5
echo "x" >> /tmp/xx
6
7
ex comm.handler.$2.cc < /tmp/xx
8
ex hdrs/hidra.comm.handler.$2.h < /tmp/xx
9
10
rm /tmp/xx