Renaming package to ShadowArch to follow /wiki/Design_Principles; improved packing; development sync to current state -- massive overhaul
This commit is contained in:
3
UserScripts/compare-directories
Executable file
3
UserScripts/compare-directories
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
if [ "$1" == "" -or "$2" == "" ]; then echo Need to supply two directories as arguments.; exit; fi;
|
||||
diff -rcw "$1" "$2" | grep ^Only
|
Reference in New Issue
Block a user