#!/bin/bash # Simple TCP forwarding for gRPC from port 7860 to 50051 socat TCP-LISTEN:7860,fork,reuseaddr TCP:localhost:50051