author+date
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 8 Jun 2017 00:21:36 +0000 (02:21 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 8 Jun 2017 00:21:36 +0000 (02:21 +0200)
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