2 lines
93 B
Bash
Executable file
2 lines
93 B
Bash
Executable file
#!/bin/sh
|
|
diff -r $1 $2 -x .git -x .idea -x .gradle -x build -x cmake_build -x dist_newstyle
|