source:
downloads/boost_1_34_1/libs/graph/doc/mungeaux.csh
@
45
| Last change on this file since 45 was 29, checked in by landauf, 17 years ago | |
|---|---|
|
|
| File size: 158 bytes | |
| Rev | Line | |
|---|---|---|
| [29] | 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.










