#!/usr/lib/zope2.12/bin/python

import ZODB.scripts.fsrefs

if __name__ == '__main__':
    ZODB.scripts.fsrefs.main()
