Skip to content
Snippets Groups Projects
Commit 69471896 authored by nikaeinn's avatar nikaeinn
Browse files

* script for automatic generation of protobug messages

parent 7ccf7a91
No related branches found
No related tags found
1 merge request!47Feature 68 enb agent
#!/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 "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment