Skip to content

Instantly share code, notes, and snippets.

View tstapler's full-sized avatar

Tyler Stapler tstapler

  • Fanatics Betting And Gaming
  • Seattle
View GitHub Profile
@tstapler
tstapler / dispatch.py
Created June 12, 2016 15:26 — forked from aortbals/dispatch.py
Synchronize two folders using python.
#! /usr/bin/python
# Dispatch - synchronize two folders
import os
import filecmp
import shutil
from stat import *
class Dispatch:
''' This class represents a synchronization object '''