update.sh 207 B

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