#!/bin/csh -f # Clear the Mac OS X Dropbox attributes that get left behind when I copy # or move a file out of Dropbox xattr -d -r com.dropbox.attributes $*:q xattr -d -r com.dropbox.attrs $*:q xattr -d -r com.dropbox.internal $*:q #?? Update xattr_delete to take -r option and call it from here instead #?? of calling xattr -d directly? Some day...