Skip to content

Instantly share code, notes, and snippets.

View JavierAroche's full-sized avatar

Javier Aroche JavierAroche

View GitHub Profile
@andycodes00
andycodes00 / compressor.py
Created March 1, 2012 16:48
This is how little I trust Compressor's Command Line Interface.
#!/usr/bin/env python
"""
Compressor wrapper script.
"""
import os
import sys
import re
import argparse
import subprocess
import logging