filter_addresses revision e739ac0589b4fb43561f801c4faba8c1b89f8680
1#! /bin/sh
2
3perl -p -e 's/0x[0-9A-Fa-f]+/0x......../g'
4
5