summaryrefslogtreecommitdiff
path: root/utils/vil
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-03 21:08:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-03 21:08:42 +0400
commit1058def8e7827e56ce4a70afb4aeacb5dc44148f (patch)
tree4495d23e7b54ab5700e3839081e797c1eafe0db9 /utils/vil
downloadoss4-1058def8e7827e56ce4a70afb4aeacb5dc44148f.tar.gz
Imported Upstream version 4.2-build2006upstream/4.2-build2006upstream
Diffstat (limited to 'utils/vil')
-rwxr-xr-xutils/vil9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/vil b/utils/vil
new file mode 100755
index 0000000..7ed0c94
--- /dev/null
+++ b/utils/vil
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+TOP=.
+if test -d origdir
+then
+ TOP=origdir
+fi
+
+vi `find $TOP/kernel/OS/Linux $TOP/setup/Linux $TOP/os_cmd/Linux -name $1`