Skip to content

Instantly share code, notes, and snippets.

@meeotch
meeotch / snapraid-runner.py
Created August 25, 2015 02:03
snapraid-runner changes
import argparse
import ConfigParser
import logging
import logging.handlers
import os.path
import subprocess
import sys
import threading
import time
import traceback