blob: c6dd245efacb141b6552cfd9f2b29909cb3dcc14 [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 Lattner79218d02001-06-06 20:41:51 +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[^/]*$'
5
Chris Lattner00950542001-06-06 20:29:01 +00006