diff options
author | rsc <devnull@localhost> | 2005-01-19 17:04:56 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-19 17:04:56 +0000 |
commit | e9c179035440d0c16b39b5aeaa3e4aa3fd49d6d5 (patch) | |
tree | fcc38204cfe5ceaee7a672ea44535f72a5be637a /dist/isum | |
parent | a331ac4c61d14ab837908b0adfdce0aeaa692981 (diff) | |
download | plan9port-e9c179035440d0c16b39b5aeaa3e4aa3fd49d6d5.tar.gz plan9port-e9c179035440d0c16b39b5aeaa3e4aa3fd49d6d5.tar.bz2 plan9port-e9c179035440d0c16b39b5aeaa3e4aa3fd49d6d5.zip |
show only interesting log entries
Diffstat (limited to 'dist/isum')
-rwxr-xr-x | dist/isum | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/isum b/dist/isum new file mode 100755 index 00000000..fbfd9731 --- /dev/null +++ b/dist/isum @@ -0,0 +1,3 @@ +#!/bin/sh + +egrep -v '^(\+ )?(9a|9c|9l|9ar|install|cp|cd|rm|mv|mk|9 yacc|9 lex|for i|do|done)|^[ ]+(\(cd|mk)|^[ar] -|up to date|nothing to see here|assuming it will be an archive|conflicts:|nodes\(%e\)|packed transitions|Add these|PLAN9=|PATH=|^[ ]*$|^SYSNAME=|^OBJTYPE=|^sh |^cmp |^\./o\.rgb|^rc \./manweb' $PLAN9/install.log |