initial commit, with generated protobufs
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! command -v protoc &> /dev/null
|
||||
then
|
||||
echo "protoc is required and not found. please install"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# activate protoc
|
||||
pub global activate protoc_plugin
|
||||
Reference in New Issue
Block a user