update.sh 209 B

1234567
  1. #!/usr/bin/env bash
  2. set -eux
  3. cp ../v1_proto/ya.make.gen ../v1_proto/ya.make
  4. yag make ../v1_proto --add-result=".h" --add-result=".cc"
  5. rm ../v1_proto/ya.make
  6. python3 ../multiproto.py SQLv1Parser ../v1_proto .