blob: d203146f5edc7227a0d4424a5bd5d5cecc1a1541 [file] [log] [blame]
Chris Lattner00950542001-06-06 20:29:01 +00001#!/bin/sh
2# This script prints out some of the source files that are useful when
3# editing. I use this like this: xemacs `./getsomesrcs.sh` &
Chris Lattner5289d522001-06-25 03:51:53 +00004./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 | grep -v '/i[^/]*$' | grep -v SlotCalcul | grep -v VMCore | grep -v Holder
Chris Lattner79218d02001-06-06 20:41:51 +00005
Chris Lattner00950542001-06-06 20:29:01 +00006