Reorganize a bit
[backups/.git] / find-cmd.sh
diff --git a/find-cmd.sh b/find-cmd.sh
deleted file mode 100755 (executable)
index 964dd15..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-{
-  for type in d f l; do
-    find . -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
-  done
-}