Skip to content

Instantly share code, notes, and snippets.

View daniel-woods's full-sized avatar

Daniel Woods daniel-woods

  • Amazon
  • Dublin, Ireland
View GitHub Profile
#!/usr/bin/python
#Executes from the folder the script is called from.
#Recursively scans dirs for predetermined file extensions
import os
from subprocess import call
from time import strftime
for root, dirnames, filenames in os.walk(os.path.dirname(os.path.realpath(__file__))):