Trying to create export audio encoders with between 9 and 15 channels
[dcpomatic.git] / hacks / maketags
1 #!/bin/bash
2 find . -iname "*.cc" -or -iname "*.h" -print | etags -
3
4