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

import ZODB.scripts.fstail

if __name__ == '__main__':
    ZODB.scripts.fstail.Main()
