SGTool/gen_proto.sh

10 lines
189 B
Bash
Raw Normal View History

2024-05-25 19:08:14 +00:00
#!/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