]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/graph/doc/mungeaux.csh
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / graph / doc / mungeaux.csh
CommitLineData
7c673cae
FG
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