source: psi/trunk/cutestuff/csnsproc@ 65

Last change on this file since 65 was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 172 bytes
Line 
1#!/bin/bash
2
3if [ $# -lt 2 ]; then
4 echo "Usage: $0 {file} {namespace}"
5 exit
6fi
7
8sed -e "s/\/\/.*CS_NAMESPACE_BEGIN/namespace $2\ {/" -e "s/\/\/.*CS_NAMESPACE_END/}/" $1
9
Note: See TracBrowser for help on using the repository browser.