Merge branch 'master' of unix.club.cc.cmu.edu:~/git/pub/cmccabe-bin
[cmccabe-bin] / id3v2_wrapper.sh
1 #!/bin/sh
2
3 # Run id3v2 without babbling to stdout about stripped tags
4 id3v2 "$@" | grep -v '^Stripping id3 tag in .*\.\.\.id3v[12] stripped.'
5