Remote Procedure Call - RPC
RPC mit go
RPC mit BASH
- Let's say you have a Bash shell script, and you need to run a series of operations on another system (such as via ssh).
rpcsh
- So, to solve this, you can use a technique called rpcsh – rpc in shell script…