#!/usr/bin/env python

import sys

from arvados.commands.get import main

sys.exit(main(sys.argv[1:]))
