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