/[bfilter]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Tue Sep 14 22:55:40 2004 UTC revision 25 by dpavlin, Wed Sep 15 15:30:04 2004 UTC
# Line 5  bak: Line 5  bak:
5          cd .. && tar cfvpz bfilter-`date +%Y%m%d-%H%M`.tar.gz bfilter/          cd .. && tar cfvpz bfilter-`date +%Y%m%d-%H%M`.tar.gz bfilter/
6    
7  combo:  combo:
8          cat -n /usr/share/dict/words | head -10000 | sed 's/^ *//' | ./bfilter.pl 2>/dev/null > combo-test.js          head -10000 /usr/share/dict/words | sed 's/^\(.*\)/\1\t\1/' | ./bfilter.pl 2 2>/dev/null > combo-test.js

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26