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