Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/doc/mungeaux.csh @ 30

Last change on this file since 30 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

  • Property svn:executable set to *
File size: 158 bytes
Line 
1#!/bin/csh -f
2
3foreach aux ( $* )
4    echo Munging $aux
5    /bin/mv $aux $aux.bak
6    cat $aux.bak | perl jwebfrob.pl > $aux
7    /bin/cp $aux $aux.munged
8end
Note: See TracBrowser for help on using the repository browser.