Some clean-up
[backups/.git] / scripts / find-cmd.sh
diff --git a/scripts/find-cmd.sh b/scripts/find-cmd.sh
deleted file mode 100755 (executable)
index 51a3749..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-[ $# == 1 ] || exit 1
-
-{
-  for type in d f l; do
-    find $1 -type $type -printf "$type %#m %u %g %s %CY%Cm%Cd%CH%CM%CS 0 %p\0"
-  done
-}