Add xy tool for opening Java code
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Sat, 5 May 2012 20:24:34 +0000 (13:24 -0700)
committerColin 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]

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