URL
https://opencores.org/ocsvn/or1k/or1k/trunk
[/] [or1k/] [trunk/] [rtems/] [tools/] [build/] [search-id.sh] - Diff between revs 158 and 208
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 158 |
Rev 208 |
Line 1... |
Line 1... |
#!/bin/sh
|
#!/bin/sh
|
#
|
#
|
# $Id: search-id.sh,v 1.1.1.1 2001-07-10 10:05:53 chris Exp $
|
# $Id: search-id.sh,v 1.2 2001-09-27 12:02:53 chris Exp $
|
#
|
#
|
|
|
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
|
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
|
-print > /tmp/$$.0
|
-print > /tmp/$$.0
|
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
|
find $1 -type f -a ! -name "*.scn" -a ! -name "bsp_specs" -a \
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.