Skip to content

Commit

Permalink
- Add *.mem
Browse files Browse the repository at this point in the history
# for i in `find . -regex '.*/test.*/\.cvsignore' -exec grep -L '*.mem' {} \+`; do echo $i; sed "1a*.mem" $i >| $i.new; mv -f $i.new $i; done;
# find . -name '.cvsignore' -exec cvs ci {} \+
  • Loading branch information
helly committed Jan 21, 2007
1 parent 2ade9fd commit cde7b67
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit cde7b67

Please sign in to comment.