source: configuration/strsub @ 12

Last change on this file since 12 was 1, checked in by laurentgarnier, 19 years ago

Initial import

File size: 153 bytes
Line 
1#!/bin/sh -f
2sed -e "s|/projects/cvs/HEPVis|/home/local/viscvs/cvs/HEPVis/source|g" $1 > tmp;mv tmp $1
3#sed -e "s|anonymous|garnier|g" $1 > tmp;mv tmp $1
Note: See TracBrowser for help on using the repository browser.