projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
98340bd
)
Add xy tool for opening Java code
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sat, 5 May 2012 20:24:34 +0000 (13:24 -0700)
committer
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sat, 5 May 2012 20:24:34 +0000 (13:24 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
xy
[new file with mode: 0755]
patch
|
blob
diff --git a/xy
b/xy
new file mode 100755
(executable)
index 0000000..
f47b92e
--- /dev/null
+++ b/
xy
@@ -0,0
+1,3
@@
+#!/bin/bash
+
+find . -noleaf -xdev -name '*.java' | grep $@ | xx