#!/usr/bin/python
from consistent_memcache.s3.markhash import main
from sys import exit, argv

exit(main(argv))
