summaryrefslogtreecommitdiff
path: root/getsomesrcs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'getsomesrcs.sh')
-rwxr-xr-xgetsomesrcs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/getsomesrcs.sh b/getsomesrcs.sh
new file mode 100755
index 0000000000..1d15db93a9
--- /dev/null
+++ b/getsomesrcs.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# This script prints out some of the source files that are useful when
+# editing. I use this like this: xemacs `./getsomesrcs.sh` &
+./getsrcs.sh | grep -v Assembly | grep -v Byte | grep -v \\.ll | grep -v tools | grep -v Makefile | grep -v Opt | grep -v CommandLi | grep -v String | grep -v DataType
+