#!/usr/bin/python3

import sys

from recommonmark.scripts import cm2man


if __name__ == "__main__":
    sys.exit(cm2man())
