mangayomi-mirror/proto/gen_proto.sh
2025-03-14 00:41:45 +01:00

4 lines
138 B
Bash

#!/bin/bash
for filename in proto/*.proto; do
protoc --dart_out=../lib/modules/more/data_and_storage/providers/proto "$filename"
done