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