[Swift-commit] r7771 - SwiftApps/tryswift/bin
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Wed Apr 16 16:28:53 CDT 2014
Author: davidk
Date: 2014-04-16 16:28:53 -0500 (Wed, 16 Apr 2014)
New Revision: 7771
Added:
SwiftApps/tryswift/bin/countfiles.sh
Log:
countfiles
Added: SwiftApps/tryswift/bin/countfiles.sh
===================================================================
--- SwiftApps/tryswift/bin/countfiles.sh (rev 0)
+++ SwiftApps/tryswift/bin/countfiles.sh 2014-04-16 21:28:53 UTC (rev 7771)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+find * -type f \
+ -not -ipath "tc.data" \
+ -not -ipath "sites.xml" \
+ -not -ipath "script.swift" \
+ -not -ipath "swift.out" \
+ -not -ipath "swift.pid" \
+ -not -ipath "cf" \
+ -not -ipath "*.d" \
+ -not -ipath "*.kml" \
+ -not -ipath "*.swiftx" \
+ -not -ipath "*.log" \
+| wc -l
Property changes on: SwiftApps/tryswift/bin/countfiles.sh
___________________________________________________________________
Added: svn:executable
+ *
More information about the Swift-commit
mailing list