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 | |
---|---|
|
|
File size: 158 bytes |
Line | |
---|---|
1 | #!/bin/csh -f |
2 | |
3 | foreach 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 |
8 | end |
Note: See TracBrowser
for help on using the repository browser.