#!/usr/bin/python
"""Commandline interface for the Nuxeo Drive filesystem synchronizer"""

import sys
from nxdrive.commandline import main
sys.exit(main())
