source:
psi/trunk/cutestuff/csnsproc@
82
Last change on this file since 82 was 2, checked in by , 19 years ago | |
---|---|
File size: 172 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | if [ $# -lt 2 ]; then |
4 | echo "Usage: $0 {file} {namespace}" |
5 | exit |
6 | fi |
7 | |
8 | sed -e "s/\/\/.*CS_NAMESPACE_BEGIN/namespace $2\ {/" -e "s/\/\/.*CS_NAMESPACE_END/}/" $1 |
9 |
Note:
See TracBrowser
for help on using the repository browser.