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