summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-01-04 01:17:50 +0000
committerJay Freeman <saurik@saurik.com>2008-01-04 01:17:50 +0000
commit03880b546d794abafd6dab3eed876dbefe06c174 (patch)
tree42ef9d2fb26b6321a7bda2f8eecb0009471bb3c2 /util
parent8f3b67fe1123828377d340922a1aca2d4c4c1989 (diff)
Revision numbers on packages now being bumped, moved files around in Apple packages to the correct folders (adjusting for conflicts), added numerous Java packages, and fixed dependencies on findutils, coreutils, inetutils, and gnupg.
git-svn-id: http://svn.telesphoreo.org/trunk@11 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'util')
-rwxr-xr-xutil/catdir.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/catdir.sh b/util/catdir.sh
new file mode 100755
index 000000000..dd10be199
--- /dev/null
+++ b/util/catdir.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+find -H "$1" -type l -printf '%p -> %l\n' | sort
+find -H "$1" -type f -print0 | sort -z | xargs -0 cat