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