[vmkit-commits] [vmkit] r121136 - /vmkit/branches/multi-vm/find-it.sh

Gael Thomas gael.thomas at lip6.fr
Tue Dec 7 07:15:01 PST 2010


Author: gthomas
Date: Tue Dec  7 09:15:00 2010
New Revision: 121136

URL: http://llvm.org/viewvc/llvm-project?rev=121136&view=rev
Log:
add a find-it.sh tool able to find a string in vmkit

Added:
    vmkit/branches/multi-vm/find-it.sh   (with props)

Added: vmkit/branches/multi-vm/find-it.sh
URL: http://llvm.org/viewvc/llvm-project/vmkit/branches/multi-vm/find-it.sh?rev=121136&view=auto
==============================================================================
--- vmkit/branches/multi-vm/find-it.sh (added)
+++ vmkit/branches/multi-vm/find-it.sh Tue Dec  7 09:15:00 2010
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+if [ -z "$1" ]; then
+
+		echo $0 pattern
+
+else
+
+		grep -w --exclude *.txt --exclude-dir autoconf --exclude config.status --exclude config.log --exclude configure --exclude *.xml --exclude *.html --exclude *.jar --exclude *.bc --exclude MMTkInline.inc --exclude-dir patches --exclude-dir N3 --exclude *.java --exclude *.class -R --exclude-dir .svn --exclude-dir Release --exclude *.s "$1" .
+
+fi
\ No newline at end of file

Propchange: vmkit/branches/multi-vm/find-it.sh
------------------------------------------------------------------------------
    svn:executable = *





More information about the vmkit-commits mailing list