https://github.com/Unipisa/CMM
Raw File
Tip revision: 55778ad8b99c136e1886959c1f1333c776df14e1 authored by Giuseppe Attardi on 15 May 1997, 06:24:54 UTC
1.8 -
Tip revision: 55778ad
CmmUpgrade
#/bin/sh
#
sed -e s/"roots.setp"/"roots.add"/g \
    -e s/"roots.set"/"roots.add"/g \
    -e s/"roots.unsetp"/"roots.remove"/g \
    -e s/"roots.unset"/"roots.remove"/g \
    -e s/"gcRoots"/"registerRootArea"/g \
    -e s/"gcUnroots"/"unregisterRootArea"/g $1 \
    > TmpSedOutput
mv TmpSedOutput $1
back to top