mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-03-17 21:31:56 +01:00
8 lines
189 B
Bash
Executable File
8 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
# golang version
|
|
protoc -I proto/ proto/grpc.proto --go_out=plugins=grpc:proto
|
|
|
|
# gopherjs version
|
|
protoc -I proto/ proto/grpc.proto --gopherjs_out=plugins=grpc:proto/gopherjs
|
|
|