source:
downloads/boost_1_33_1/libs/graph/doc/mungeaux.csh
@
12
| Last change on this file since 12 was 12, checked in by landauf, 18 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.










