blob: 2148f6d73c81314423f37164dac295d246e085f9 [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 Lattner9ca00012001-06-20 19:25: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
Chris Lattner79218d02001-06-06 20:41:51 +00005
Chris Lattner00950542001-06-06 20:29:01 +00006