PiScan/proto_gen.sh

7 lines
82 B
Bash

#!/bin/bash
cd ./proto
protoc --cpp_out=. *.proto
protoc --python_out=. *.proto