#!/usr/bin/env python
import sys
from twisted.internet.task import react
from txgithub.scripts import gist
react(gist.run, sys.argv)
