#!/usr/bin/env python
import sys
from git_gerrit.cli import git_gerrit_fetch
sys.exit(git_gerrit_fetch())
