Tag: script

  • Symlink Mirror – A Useful Python Script

    Just wanted to share a useful little python script I crafted. I creates symlinks from the top level directories in a specified source folder to a target folder. Its a neat little tool for linking between two distant directories under UNIX. Share and enjoy! #! /usr/bin/env python “”” Symlink Mirror ———————————————————– Author: Dorian Pula Version:…