Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 236 Bytes

File metadata and controls

9 lines (5 loc) · 236 Bytes

linux_Shell_scripts

To execute shell script use below command

./node_connectivity_monitor.sh host1:port1 host2:port2 ..

or to run the process in background

nohup ./node_connectivity_monitor.sh host1:port1 host2:port2... &