blob: 9a38eabffc40ad9efe91510b846280c83b97bdcc [file] [log] [blame]
Tri Vob3a16542016-10-01 16:08:35 -07001#!/bin/bash
2
3## Compiles proto files to .py files
4## Note that proto version 3.0.0 is needed for successful compilation.
5protoc -I=internal/proto --python_out=internal/proto internal/proto/internal_config.proto
6protoc -I=internal/proto --python_out=internal/proto internal/proto/user_config.proto