llvm-6502/getsomesrcs.sh
Chris Lattner 79218d08fd Now does not include instruction files...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6 91177308-0d34-0410-b5e6-96231b3b80d8
2001-06-06 20:41:51 +00:00

7 lines
335 B
Bash
Executable File

#!/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 | grep -v '/i[^/]*$'