mirror of
https://github.com/QRouland/SGTool.git
synced 2026-06-27 05:56:57 +00:00
Initial parser for stormfate replay
This commit is contained in:
10
gen_proto.sh
Executable file
10
gen_proto.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
if ! command -v pb-rs &> /dev/null
|
||||
then
|
||||
echo "Failed to find pb-rs command"
|
||||
echo "To install it run : cargo install pb-rs"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
pb-rs src/protos/stormgate.proto
|
||||
Reference in New Issue
Block a user