From 03880b546d794abafd6dab3eed876dbefe06c174 Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Fri, 4 Jan 2008 01:17:50 +0000 Subject: 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 --- util/catdir.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 util/catdir.sh (limited to 'util') 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 -- cgit v1.2.3