Commit 69471896 authored by Navid Nikaein's avatar Navid Nikaein

* script for automatic generation of protobug messages

parent 7ccf7a91
#!/bin/bash
function main()
{
mkdir -p $1
cd $1
echo generate protobuf messages inside $1 $2
protoc-c --c_out=$1 $2
protoc --cpp_out=$1 $2
}
main "$@"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment