Skip to content

Instantly share code, notes, and snippets.

View mike-bailey's full-sized avatar

Michael Bailey mike-bailey

View GitHub Profile
@mike-bailey
mike-bailey / evills
Last active August 29, 2015 14:08 — forked from Eugeny/evills
#!/usr/bin/python
# -*- coding: utf-8 -*-
import subprocess
__all__ = ["transform"]
__version__ = '0.3'
__author__ = 'Christoph Burgmer <cburgmer@ira.uka.de>'
__url__ = 'http://github.com/cburgmer/upsidedown'