(file) Return to sub.sh CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

File: [Pegasus] / pegasus / mak / sub.sh (download) / (as text)
Revision: 1.1, Sun Apr 29 17:36:16 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
new

for i in *.h *.cpp
do
    if [ -f $i ]
    then
	echo $i
	cp $i $i.bak
	sed -f /tmp/sub.sed $i.bak > $i
    fi
done

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2