mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-30 19:06:33 +02:00
3 lines
95 B
Bash
Executable file
3 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
exec go run github.com/golang/protobuf/protoc-gen-go@v1.5.3 "$@"
|