Subversion Repositories oidplus

Rev

Rev 511 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 511 Rev 597
Line 16... Line 16...
16
# limitations under the License.
16
# limitations under the License.
17
 
17
 
18
DIR=$( dirname "$0" )
18
DIR=$( dirname "$0" )
19
 
19
 
20
cd "$DIR/.."
20
cd "$DIR/.."
21
grep -ir todo | grep -v "3p/" | grep -v ".svn/"
21
grep -ir todo | grep -v "vendor/" | grep -v ".svn/"
22
 
22
 
23
cat "TODO"
23
cat "TODO"
24
 
24