author+date
[www.git] / src / tricks / find_same_files.sh
index a1f48ae..fd5918f 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/bash
 
 # Find same files in a given directory
-
+#
+# jeanfi@gmail.com - 2017/06/08
 set -e
 
 if [ -z "$1" ]; then