foldersync.py - A script that given two input directories, will delete files that are in one folder but not the other. The script will sync the two folders only by deleting, and will not add. It will delete empty folders as well.
Usage -
python foldersync.py [path_to_directory1] [path_to_directory2]
Ex -
python foldersync.py ~/Music ~/external/phone/music