Set the send buffer size to 512k for sending things to encode servers (#2206).
[dcpomatic.git] / hacks / maketags
1 #!/bin/bash
2 find . -iname "*.cc" -or -iname "*.h" -print | etags -
3
4