#!/usr/bin/env python

from bigpanda_splunk.runner import alert
import sys
alert(sys.argv)
