View remove_sim_dups.py
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import re | |
from subprocess import Popen, PIPE | |
from subprocess import call | |
# Change this to True to see what will be deleted without deleting anything | |
DRY_RUN = False |