#!/bin/sh # Diff project directories, excluding any generated content diff-color -r $DIRS_IGNORE "$@" | less -F