projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e3c71df
)
xy: include JSON files
author
Colin P. Mccabe
<colin@cmccabe.xyz>
Mon, 24 Sep 2018 18:25:40 +0000 (11:25 -0700)
committer
Colin P. Mccabe
<colin@cmccabe.xyz>
Mon, 24 Sep 2018 18:25:40 +0000 (11:25 -0700)
xy
patch
|
blob
|
history
diff --git
a/xy
b/xy
index
17f2e08
..
a2b9219
100755
(executable)
--- a/
xy
+++ b/
xy
@@
-9,4
+9,5
@@
find . -noleaf -xdev -name '*.java' \
-o -name '*.scala' \
-o -name '*.go' \
-o -name '*.py' \
+ -o -name '*.json' \
| grep $@ | xx