mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 09:46:19 +02:00
4 lines
95 B
Bash
4 lines
95 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
ls ProtobufSource | xargs protoc --swift_out=Protobuf --proto_path=ProtobufSource
|