mirror of
https://github.com/netbirdio/netbird.git
synced 2024-12-03 05:24:56 +01:00
2 lines
71 B
Bash
2 lines
71 B
Bash
|
#!/bin/bash
|
||
|
protoc -I testprotos/ testprotos/testproto.proto --go_out=.
|