Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 10921 invoked from network); 20 Feb 2006 11:01:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Feb 2006 11:01:37 -0000 Received: (qmail 81247 invoked by uid 500); 20 Feb 2006 11:01:07 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 81177 invoked by uid 500); 20 Feb 2006 11:01:06 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 81165 invoked by uid 99); 20 Feb 2006 11:01:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 03:01:05 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Feb 2006 03:01:04 -0800 Received: (qmail 10564 invoked by uid 65534); 20 Feb 2006 11:00:44 -0000 Message-ID: <20060220110044.10563.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r379079 - /directory/trunks/resources/codesize.sh Date: Mon, 20 Feb 2006 11:00:44 -0000 To: commits@directory.apache.org From: ersiner@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ersiner Date: Mon Feb 20 03:00:41 2006 New Revision: 379079 URL: http://svn.apache.org/viewcvs?rev=379079&view=rev Log: Updated codesize script explanation. Modified: directory/trunks/resources/codesize.sh Modified: directory/trunks/resources/codesize.sh URL: http://svn.apache.org/viewcvs/directory/trunks/resources/codesize.sh?rev=379079&r1=379078&r2=379079&view=diff ============================================================================== --- directory/trunks/resources/codesize.sh (original) +++ directory/trunks/resources/codesize.sh Mon Feb 20 03:00:41 2006 @@ -1,6 +1,6 @@ #!/bin/sh -# This script is supposed to be run from 'directory/trunks' -# with the command 'sh-scripts/codesize.sh' +# This script is supposed to be run from 'directory/trunks/resources' +# with the command './codesize.sh' echo Total lines of Java code is $(find .. -type f -regex '.*\.java' | xargs cat | wc -l).