A pure Bash script to remove duplicated files with ease.
git clone https://github.com/mast3rz3ro/removed && chmod +x removed/removed.sh && cp removed/removed.sh "$PREFIX/bin/removed"
$ removed
# prints info about usage
$ removed dir1 dir2
# remove any file from dir2 matches files in dir1
- GNU GPL-2.0 or later.