#!/usr/bin/env python
import sys
try:
    from supercommit.index import run_commit_msg
    run_commit_msg(sys.argv[1])
except ImportError:
    pass