3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/bin/sh
|
|
# Diff project directories, excluding any generated content
|
|
diff-color -r $IGNOREDIRS "$@" | less -F
|